Class: Testapi::FactoriesController
- Inherits:
-
ApplicationController
- Object
- ActionController::API
- ApplicationController
- Testapi::FactoriesController
- Defined in:
- app/controllers/testapi/factories_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
2 3 4 5 |
# File 'app/controllers/testapi/factories_controller.rb', line 2 def create @object = FactoryBot.create(factory, attributes) render_object end |