Class: Flms::DashboardController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Flms::DashboardController
- Defined in:
- app/controllers/flms/dashboard_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
8 9 10 |
# File 'app/controllers/flms/dashboard_controller.rb', line 8 def index @pages = Page.all end |