Class: Cornerstone::HelpController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Cornerstone::HelpController
- Defined in:
- app/controllers/cornerstone/help_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
GET /.
Instance Method Details
#index ⇒ Object
GET /
5 6 7 |
# File 'app/controllers/cornerstone/help_controller.rb', line 5 def index @discussion_categories = Category.select("name, item_count").discussions end |