Module: SpreeLimitOrderQuantity::LineItemsControllerDecorator
- Defined in:
- app/controllers/spree_limit_order_quantity/line_items_controller_decorator.rb
Class Method Summary collapse
Class Method Details
.prepended(base) ⇒ Object
3 4 5 |
# File 'app/controllers/spree_limit_order_quantity/line_items_controller_decorator.rb', line 3 def self.prepended(base) base.before_action :validate_order_item_quantity, only: [ :update, :create ] end |