Method: BeetleReporter::ApplicationController#current_user
- Defined in:
- app/controllers/beetle_reporter/application_controller.rb
#current_user ⇒ Object
7 8 9 |
# File 'app/controllers/beetle_reporter/application_controller.rb', line 7 def current_user main_app.scope.request.env['warden']&.user end |