From b1931a5ab82f9c0195ca51b7c3f659be61c53bfa Mon Sep 17 00:00:00 2001 From: Francisco Marcelo de Araújo Lima Júnior Date: Fri, 23 May 2014 16:46:45 -0300 Subject: [PATCH] fixes --- plugins/community_hub/lib/community_hub_plugin/hub.rb | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/community_hub/lib/community_hub_plugin/hub.rb b/plugins/community_hub/lib/community_hub_plugin/hub.rb index f5016ea..e778c80 100644 --- a/plugins/community_hub/lib/community_hub_plugin/hub.rb +++ b/plugins/community_hub/lib/community_hub_plugin/hub.rb @@ -11,6 +11,9 @@ class CommunityHubPlugin::Hub < Folder attr_accessible :twitter_consumer_secret, :type => :string, :default => "" attr_accessible :twitter_access_token, :type => :string, :default => "" attr_accessible :twitter_access_token_secret, :type => :string, :default => "" + attr_accessible :facebook_enabled, :type => :string, :default => "" + attr_accessible :facebook_hashtag, :type => :string, :default => "" + attr_accessible :facebook_access_token, :type => :string, :default => "" settings_items :twitter_enabled, :type => :boolean, :default => false settings_items :twitter_hashtags, :type => :string, :default => "" -- libgit2 0.21.2