Class: Help::CategoriesController
- Inherits:
-
InsightController
- Object
- InsightController
- Help::CategoriesController
- Defined in:
- app/controllers/help/categories_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/help/categories_controller.rb', line 7 def index @categories = Category.find(:all) end |