Class: Raif::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#raif_current_userObject



8
9
10
# File 'app/controllers/raif/application_controller.rb', line 8

def raif_current_user
  send(Raif.config.current_user_method) if respond_to?(Raif.config.current_user_method)
end