Commit 5c3870531e720cd3a738e97389ce4d74805cdb19

Authored by Francisco Marcelo de Araújo Lima Júnior
1 parent 4e9b10a1
Exists in master

fixes

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
lib/community_hub_plugin/hub.rb
... ... @@ -11,6 +11,9 @@ class CommunityHubPlugin::Hub < Folder
11 11 attr_accessible :twitter_consumer_secret, :type => :string, :default => ""
12 12 attr_accessible :twitter_access_token, :type => :string, :default => ""
13 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 18 settings_items :twitter_enabled, :type => :boolean, :default => false
16 19 settings_items :twitter_hashtags, :type => :string, :default => ""
... ...