Class: Comments::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/comments/application_controller.rb

Direct Known Subclasses

CommentsController

Instance Method Summary collapse

Instance Method Details

#authenticate_user!Object



14
15
16
# File 'app/controllers/comments/application_controller.rb', line 14

def authenticate_user!
  origin_authenticate_user!
end

#current_userObject



10
11
12
# File 'app/controllers/comments/application_controller.rb', line 10

def current_user
  origin_current_user
end