Class LineItem
In: app/models/line_item.rb
Parent: ActiveRecord::Base

Methods

Included Modules

Access::Controlled

Public Class methods

Set order before checking permission to set qty

[Source]

    # File app/models/line_item.rb, line 31
31:   def self.attribute_block_set_groups
32:     super + [['order', 'order_id']]
33:   end

[Validate]