Ilham Kabir said about 1 year ago on OmniAuth Authentication with Auth0 :
hey, quick question... 

why do you need the "helper_method :current_user" (17min 15sec). I'm new to ruby/rails and not sure why helper methods like this are needed. 

David Kimura PRO said about 1 year ago on OmniAuth Authentication with Auth0 :
  It makes it easy to use the current_user method in other places other than the controller (specifically the views).

Login to Comment