Commit 71d7e8fa7f994feb9dfdaf4773a94f4f585be76a

Authored by Victor Costa
1 parent e758beb5

community_track: added hub as an option to step

plugins/community_track/lib/community_track_plugin/step.rb
@@ -61,7 +61,7 @@ class CommunityTrackPlugin::Step < Folder @@ -61,7 +61,7 @@ class CommunityTrackPlugin::Step < Folder
61 end 61 end
62 62
63 def self.enabled_tools 63 def self.enabled_tools
64 - [TinyMceArticle, Forum] 64 + [TinyMceArticle, Forum, CommunityHubPlugin::Hub]
65 end 65 end
66 66
67 def to_html(options = {}) 67 def to_html(options = {})