Class: Railsui::PagesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Railsui::PagesController
- Defined in:
- app/controllers/railsui/pages_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'app/controllers/railsui/pages_controller.rb', line 7 def show @theme_pages = Railsui::Pages.installed_pages end |