Class: FactoryGirl::Strategy::AttributesFor

Inherits:
FactoryGirl::Strategy show all
Defined in:
lib/factory_girl/strategy/attributes_for.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from FactoryGirl::Strategy

ensure_strategy_exists!

Instance Method Details

#association(runner) ⇒ Object



4
5
# File 'lib/factory_girl/strategy/attributes_for.rb', line 4

def association(runner)
end

#result(attribute_assigner, to_create) ⇒ Object



7
8
9
# File 'lib/factory_girl/strategy/attributes_for.rb', line 7

def result(attribute_assigner, to_create)
  attribute_assigner.hash
end