orbit-basic/vendor/impressionist/test_app/app/controllers/dummy_controller.rb

7 lines
170 B
Ruby
Raw Normal View History

2012-05-15 14:42:49 +00:00
# This controller imports the impressionist module to make the modules methods available for testing
class DummyController < ActionController::Base
impressionist
end