Module: Spree::PermittedAttributes
- Defined in:
- lib/spree/permitted_attributes.rb
Constant Summary collapse
- ATTRIBUTES =
[ :address_attributes, :checkout_attributes, :image_attributes, :inventory_unit_attributes, :line_item_attributes, :option_type_attributes, :option_value_attributes, :payment_attributes, :product_attributes, :product_properties_attributes, :property_attributes, :return_authorization_attributes, :shipment_attributes, :source_attributes, :stock_item_attributes, :stock_location_attributes, :stock_movement_attributes, :taxon_attributes, :taxonomy_attributes, :user_attributes, :variant_attributes ]
- @@address_attributes =
[ :firstname, :lastname, :address1, :address2, :city, :country_id, :state_id, :zipcode, :phone, :state_name, :alternative_phone, :company, :country => [:iso, :name, :iso3, :iso_name], :state => [:name, :abbr] ]
- @@checkout_attributes =
[:email, :use_billing, :shipping_method_id, :coupon_code, :special_instructions]
- @@image_attributes =
[:alt, :attachment, :position, :viewable_type, :viewable_id]
- @@inventory_unit_attributes =
[:shipment, :variant_id]
- @@line_item_attributes =
[:id, :variant_id, :quantity]
- @@option_type_attributes =
[:name, :presentation, :option_values_attributes]
- @@option_value_attributes =
[:name, :presentation]
- @@payment_attributes =
[:amount, :payment_method_id, :payment_method]
- @@product_properties_attributes =
[:property_name, :value, :position]
- @@product_attributes =
[ :name, :description, :available_on, :permalink, :meta_description, :meta_keywords, :price, :sku, :deleted_at, :prototype_id, :option_values_hash, :weight, :height, :width, :depth, :shipping_category_id, :tax_category_id, :taxon_ids, :option_type_ids, :cost_currency, :cost_price]
- @@property_attributes =
[:name, :presentation]
[:amount, :reason, :stock_location_id]
- @@shipment_attributes =
[ :order, :special_instructions, :stock_location_id, :id, :tracking, :address, :inventory_units, :selected_shipping_rate_id]
- @@source_attributes =
month / year may be provided by some sources, or others may elect to use one field
[ :number, :month, :year, :expiry, :verification_value, :first_name, :last_name, :cc_type, :gateway_customer_profile_id, :gateway_payment_profile_id, :last_digits, :name, :encrypted_data]
- @@stock_item_attributes =
[:variant, :stock_location, :backorderable, :variant_id]
- @@stock_location_attributes =
[ :name, :active, :address1, :address2, :city, :zipcode, :backorderable_default, :state_name, :state_id, :country_id, :phone, :propagate_all_variants]
- @@stock_movement_attributes =
[ :quantity, :stock_item, :stock_item_id, :originator, :action]
- @@taxonomy_attributes =
[:name]
- @@taxon_attributes =
[ :name, :parent_id, :position, :icon, :description, :permalink, :taxonomy_id, :meta_description, :meta_keywords, :meta_title, :child_index]
- @@user_attributes =
TODO Should probably use something like Spree.user_class.attributes
[:email, :password, :password_confirmation]
- @@variant_attributes =
[ :name, :presentation, :cost_price, :lock_version, :position, :option_value_ids, :product_id, :product, :option_values_attributes, :price, :weight, :height, :width, :depth, :sku, :cost_currency, options: [ :name, :value ]]