Module: TwitterProfile::InstanceMethods
- Defined in:
- app/models/twitter_profile.rb
Instance Method Summary collapse
Instance Method Details
#twitter? ⇒ Boolean
10 11 12 |
# File 'app/models/twitter_profile.rb', line 10 def twitter? end |
#twitter_authorization ⇒ Object
14 15 16 |
# File 'app/models/twitter_profile.rb', line 14 def self..where(:provider => "twitter").first end |