Class: Feedy::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Feedy::ApplicationController
- Defined in:
- app/controllers/feedy/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#current_user ⇒ Object
3 4 5 |
# File 'app/controllers/feedy/application_controller.rb', line 3 def current_user Feedy.current_user_helper end |