Class: FactoryGirl::Strategy::AttributesFor
- Inherits:
-
Object
- Object
- FactoryGirl::Strategy::AttributesFor
- Defined in:
- lib/factory_girl/strategy/attributes_for.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) association(runner)
4 5 6 |
# File 'lib/factory_girl/strategy/attributes_for.rb', line 4 def association(runner) runner.run(:null) end |
- (Object) result(evaluation)
8 9 10 |
# File 'lib/factory_girl/strategy/attributes_for.rb', line 8 def result(evaluation) evaluation.hash end |