impressionist/test_app/app/controllers/dummy_controller.rb

7 lines
170 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
2011-11-10 13:16:57 +00:00
end