Commit b1931a5ab82f9c0195ca51b7c3f659be61c53bfa
1 parent
f498cdb4
Exists in
staging
and in
4 other branches
fixes
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
plugins/community_hub/lib/community_hub_plugin/hub.rb
@@ -11,6 +11,9 @@ class CommunityHubPlugin::Hub < Folder | @@ -11,6 +11,9 @@ class CommunityHubPlugin::Hub < Folder | ||
11 | attr_accessible :twitter_consumer_secret, :type => :string, :default => "" | 11 | attr_accessible :twitter_consumer_secret, :type => :string, :default => "" |
12 | attr_accessible :twitter_access_token, :type => :string, :default => "" | 12 | attr_accessible :twitter_access_token, :type => :string, :default => "" |
13 | attr_accessible :twitter_access_token_secret, :type => :string, :default => "" | 13 | attr_accessible :twitter_access_token_secret, :type => :string, :default => "" |
14 | + attr_accessible :facebook_enabled, :type => :string, :default => "" | ||
15 | + attr_accessible :facebook_hashtag, :type => :string, :default => "" | ||
16 | + attr_accessible :facebook_access_token, :type => :string, :default => "" | ||
14 | 17 | ||
15 | settings_items :twitter_enabled, :type => :boolean, :default => false | 18 | settings_items :twitter_enabled, :type => :boolean, :default => false |
16 | settings_items :twitter_hashtags, :type => :string, :default => "" | 19 | settings_items :twitter_hashtags, :type => :string, :default => "" |