Class: Knowledge::ArticleCategoriesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/knowledge/article_categories_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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