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-27 19:39:29 +00:00
|
|
|
|
2013-03-30 20:30:56 +00:00
|
|
|
def index
|
|
|
|
end
|
2011-11-10 13:16:57 +00:00
|
|
|
end
|