7 lines
170 B
Ruby
7 lines
170 B
Ruby
|
# This controller imports the impressionist module to make the modules methods available for testing
|
||
|
class DummyController < ActionController::Base
|
||
|
|
||
|
impressionist
|
||
|
|
||
|
end
|