Class: Testapi::FactoriesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/testapi/factories_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



2
3
4
5
# File 'app/controllers/testapi/factories_controller.rb', line 2

def create
  @object = FactoryBot.create(factory, attributes)
  render_object
end