Class: My::CommentsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- My::CommentsController
- Defined in:
- app/controllers/my/comments_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
get /my/comments.
Instance Method Details
#index ⇒ Object
get /my/comments
5 6 7 |
# File 'app/controllers/my/comments_controller.rb', line 5 def index @collection = Comment.page_for_owner(current_user, current_page) end |