Class: Comable::Admin::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Comable::Admin::ApplicationController
- Includes:
- Comable::ApplicationHelper
- Defined in:
- app/controllers/comable/admin/application_controller.rb
Direct Known Subclasses
CategoriesController, CustomersController, DashboardController, OrdersController, PaymentMethodsController, ProductsController, ShipmentMethodsController, StocksController, StoreController
Instance Method Summary collapse
Instance Method Details
#current_ability ⇒ Object
8 9 10 |
# File 'app/controllers/comable/admin/application_controller.rb', line 8 def current_ability Comable::Ability.new(current_customer) end |