Sha256: 571a2d73daaa5372c436ce386ab1a290845ce32ee7ad4a4d423f4dc2914c6d71
Contents?: true
Size: 611 Bytes
Versions: 40
Compression:
Stored size: 611 Bytes
Contents
collection(@users => :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
40 entries across 40 versions & 1 rubygems