Files
mozo-backend/app/controllers/tests/application_controller.rb
T
2015-03-01 12:57:20 +01:00

8 lines
115 B
Ruby

module Tests
class ApplicationController < ::ApplicationController
def f
FactoryGirl
end
end
end