Class: OCms::DashboardController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- OCms::DashboardController
- Defined in:
- app/controllers/o_cms/dashboard_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
before_action :authenticate_admin!.
Instance Method Details
#index ⇒ Object
before_action :authenticate_admin!
7 8 |
# File 'app/controllers/o_cms/dashboard_controller.rb', line 7 def index end |