Class: My::CommentsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/my/comments_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

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