Method: FactoryGirl::Strategy::AsJSON#association

Defined in:
lib/factory_girl/strategy/as_json.rb

#association(runner) ⇒ Object



8
9
10
11
# File 'lib/factory_girl/strategy/as_json.rb', line 8

def association(runner)
  runner.instance_variable_set :@strategy, :build
  runner.run
end