Module: Locomotive::Concerns::AccountController::ClassMethods
- Defined in:
- app/controllers/locomotive/concerns/account_controller.rb
Instance Method Summary collapse
Instance Method Details
#account_required ⇒ Object
27 28 29 30 31 32 33 |
# File 'app/controllers/locomotive/concerns/account_controller.rb', line 27 def account_required class_eval do before_action :require_account before_action :set_back_office_locale end end |