Sha256: a8a829dba303dbe2c50fe35e5e7e182c14a3ed1a523e888545126f21c718a0d0
Contents?: true
Size: 567 Bytes
Versions: 25
Compression:
Stored size: 567 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
25 entries across 25 versions & 2 rubygems