Method: J1App::GithubHelpers#github_user

Defined in:
lib/j1_app/j1_auth_manager/helpers_github.rb

#github_userObject

The authenticated user object

Supports a variety of methods, name, full_name, email, etc



24
25
26
# File 'lib/j1_app/j1_auth_manager/helpers_github.rb', line 24

def github_user
  warden.user
end