module NestedAttr

Constants

VERSION

Public Class Methods

nested_attr_for(factory,has_many=[]) click to toggle source
# File lib/nested_attr.rb, line 129
def self.nested_attr_for(factory,has_many=[])
  @@has_many_attributes = has_many

      FactoryGirl.nested_attr_for(factory)
  
end