Class: Knowledge::ArticlesController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Knowledge::ArticlesController
- Defined in:
- app/controllers/knowledge/articles_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'app/controllers/knowledge/articles_controller.rb', line 7 def show @article = Article.find(params[:id]) end |