Class: Spree::Admin::CouponCodesController

Inherits:
ResourceController show all
Includes:
PromotionsBreadcrumbConcern
Defined in:
app/controllers/spree/admin/coupon_codes_controller.rb

Instance Method Summary collapse

Methods inherited from ResourceController

belongs_to, #create, #destroy, #edit, #new, #update

Methods included from TableConcern

#apply_table_sort, #custom_sort_active?, #process_table_query_state, #table, #table_key, #table_registered?

Methods included from BreadcrumbConcern

#add_breadcrumb_icon_instance_var

Instance Method Details

#indexObject



8
9
10
11
12
# File 'app/controllers/spree/admin/coupon_codes_controller.rb', line 8

def index
  params[:q] ||= {}
  params[:q][:promotion_id_eq] ||= parent.id
  super
end