Sha256: e533e283a7af1d538568ba18468fc2b367b18923edc4425144649b7d1b371612
Contents?: true
Size: 238 Bytes
Versions: 70
Compression:
Stored size: 238 Bytes
Contents
module FactoryGirl class Strategy #:nodoc: class AttributesFor < Strategy #:nodoc: def association(runner) end def result(attribute_assigner, to_create) attribute_assigner.hash end end end end
Version data entries
70 entries across 66 versions & 5 rubygems