Files
mozo-backend/app/controllers/tests/application_controller.rb
Benjamin 46fc427694 updates
2021-04-19 15:14:37 -05:00

8 lines
114 B
Ruby

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