Class: MoriController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- MoriController
- Defined in:
- app/controllers/mori_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#current_user ⇒ Object
2 3 4 |
# File 'app/controllers/mori_controller.rb', line 2 def current_user warden.user end |
#warden ⇒ Object
5 6 7 |
# File 'app/controllers/mori_controller.rb', line 5 def warden env['warden'] end |