Commit 71d7e8fa7f994feb9dfdaf4773a94f4f585be76a
1 parent
e758beb5
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
community_track: added hub as an option to step
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 = {}) |