Class: Knowledge::ArticleCategoriesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Knowledge::ArticleCategoriesController
- Defined in:
- app/controllers/knowledge/article_categories_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 10 11 |
# File 'app/controllers/knowledge/article_categories_controller.rb', line 7 def index @categories = ArticleCategory.find(:all) @latest_articles = Article.get(:latest) @latest_issues = Issue.get(:latest) end |