impressionist/tests/test_app/app/controllers/dummy_controller.rb

9 lines
188 B
Ruby

# This controller imports the impressionist module to make the modules methods available for testing
class DummyController < ActionController::Base
impressionist
def index
end
end