Module: J1App::TwitterHelpers
- Defined in:
- lib/j1_app/j1_auth_manager/helpers_twitter.rb
Instance Method Summary collapse
-
#twitter_user ⇒ Object
The authenticated user object.
Instance Method Details
#twitter_user ⇒ Object
The authenticated user object
Supports a variety of methods, name, full_name, email, etc
25 26 27 |
# File 'lib/j1_app/j1_auth_manager/helpers_twitter.rb', line 25 def twitter_user warden.user end |