From 71d7e8fa7f994feb9dfdaf4773a94f4f585be76a Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 31 Oct 2014 14:08:56 -0300 Subject: [PATCH] community_track: added hub as an option to step --- plugins/community_track/lib/community_track_plugin/step.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/community_track/lib/community_track_plugin/step.rb b/plugins/community_track/lib/community_track_plugin/step.rb index a390918..d49b885 100644 --- a/plugins/community_track/lib/community_track_plugin/step.rb +++ b/plugins/community_track/lib/community_track_plugin/step.rb @@ -61,7 +61,7 @@ class CommunityTrackPlugin::Step < Folder end def self.enabled_tools - [TinyMceArticle, Forum] + [TinyMceArticle, Forum, CommunityHubPlugin::Hub] end def to_html(options = {}) -- libgit2 0.21.2