@@ -1,8 +1,9 @@ |
||
1 | 1 |
module TwitterConcern |
2 | 2 |
extend ActiveSupport::Concern |
3 |
- include Oauthable |
|
4 | 3 |
|
5 | 4 |
included do |
5 |
+ include Oauthable |
|
6 |
+ |
|
6 | 7 |
validate :validate_twitter_options |
7 | 8 |
valid_oauth_providers :twitter |
8 | 9 |
end |