Module: SpreeCmCommissioner::Admin::DashboardControllerDecorator

Defined in:
app/controllers/spree_cm_commissioner/admin/dashboard_controller_decorator.rb

Class Method Summary collapse

Class Method Details

.prepended(base) ⇒ Object



4
5
6
7
# File 'app/controllers/spree_cm_commissioner/admin/dashboard_controller_decorator.rb', line 4

def self.prepended(base)
  # spree try to update user on the GET show
  base.around_action :set_writing_role, only: %i[show]
end