Class: FactoryGirl::Proxy::Create
- Inherits:
-
Build
- Object
- FactoryGirl::Proxy
- Build
- FactoryGirl::Proxy::Create
- Defined in:
- lib/factory_girl/proxy/create.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Build
Methods inherited from FactoryGirl::Proxy
#association, ensure_strategy_exists!, #initialize, #run_callbacks
Constructor Details
This class inherits a constructor from FactoryGirl::Proxy
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FactoryGirl::Proxy
Instance Method Details
#result(to_create) ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/factory_girl/proxy/create.rb', line 4 def result(to_create) super to_create[result_instance] run_callbacks(:after_create) result_instance end |