Class: Blogo::Admin::CommentsController
- Inherits:
-
BaseController
- Object
- ApplicationController
- Blogo::ApplicationController
- BaseController
- Blogo::Admin::CommentsController
- Defined in:
- app/controllers/blogo/admin/comments_controller.rb
Overview
Does nothing, simply displays Disqus comments, that loaded with JS.
Instance Method Summary collapse
-
#index ⇒ Object
GET /admin/comments.
Instance Method Details
#index ⇒ Object
GET /admin/comments
6 7 |
# File 'app/controllers/blogo/admin/comments_controller.rb', line 6 def index end |