Class: KnowledgeBase::ArticlesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/knowledge_base/articles_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



7
8
9
# File 'app/controllers/knowledge_base/articles_controller.rb', line 7

def show
  @article = @category.articles.friendly.find params[:id]
end