Class: Admin::Blog::ArticlesController
- Inherits:
-
Page::ArticlesController
- Object
- Page::ArticlesController
- Admin::Blog::ArticlesController
- Defined in:
- app/controllers/admin/blog/articles_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
2 3 4 |
# File 'app/controllers/admin/blog/articles_controller.rb', line 2 def index @contents = @section.articles end |