Class: Comments::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Comments::ApplicationController
- Defined in:
- app/controllers/comments/application_controller.rb
Direct Known Subclasses
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_user ⇒ Object
10 11 12 |
# File 'app/controllers/comments/application_controller.rb', line 10 def current_user origin_current_user end |