2011-11-10 13:16:57 +00:00
|
|
|
# This controller imports the impressionist module to make the modules methods available for testing
|
2020-07-20 13:35:41 +00:00
|
|
|
class DummyController < ApplicationController
|
2011-11-10 13:16:57 +00:00
|
|
|
impressionist
|
2011-11-27 19:39:29 +00:00
|
|
|
|
2020-07-20 16:30:47 +00:00
|
|
|
def index; end
|
2011-11-10 13:16:57 +00:00
|
|
|
end
|