Class: Knowledge::ArticlesController

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

Instance Method Summary collapse

Instance Method Details

#showObject



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

def show
  @article = Article.find(params[:id])
end