Sha256: e20b068497ee216179f248a1635cd0965944ae228acb428d226eb43d931ba64e
Contents?: true
Size: 601 Bytes
Versions: 99
Compression:
Stored size: 601 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
99 entries across 99 versions & 4 rubygems