impressionist/test_app/app/controllers/dummy_controller.rb

9 lines
188 B
Ruby
Raw Normal View History

2011-11-10 13:16:57 +00:00
# This controller imports the impressionist module to make the modules methods available for testing
class DummyController < ActionController::Base
impressionist
def index
end
2011-11-10 13:16:57 +00:00
end