Sha256: 83c8eadac016065409f2341cb78ebc0e633a39365f349d822c06406debaa3bf0
Contents?: true
Size: 557 Bytes
Versions: 11
Compression:
Stored size: 557 Bytes
Contents
collection(@users) attributes :email, :id address_fields = [:firstname, :lastname, :address1, :address2, :city, :zipcode, :phone, :state_name, :state_id, :country_id, :company] child :ship_address => :ship_address do attributes *address_fields child :state do attributes :name end child :country do attributes :name end end child :bill_address => :bill_address do attributes *address_fields child :state do attributes :name end child :country do attributes :name end end
Version data entries
11 entries across 11 versions & 1 rubygems