mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Merge branch 'master' of github.com:cantino/huginn
This commit is contained in:
commit
74ba09746b
1 changed files with 3 additions and 3 deletions
|
@ -28,11 +28,11 @@ module TwitterConcern
|
|||
end
|
||||
|
||||
def twitter_oauth_token
|
||||
service.token
|
||||
service && service.token
|
||||
end
|
||||
|
||||
def twitter_oauth_token_secret
|
||||
service.secret
|
||||
service && service.secret
|
||||
end
|
||||
|
||||
def twitter
|
||||
|
@ -49,4 +49,4 @@ module TwitterConcern
|
|||
"## Include the `twitter`, `omniauth-twitter`, and `cantino-twitter-stream` gems in your Gemfile to use Twitter Agents."
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue