Commit 923c1d3cecb06856311bcaf1105dc476e65e433a
Committed by
Rodrigo Souto
1 parent
56915809
Exists in
master
and in
28 other branches
Removing application helper include on require auth plugin
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb
@@ -4,7 +4,7 @@ class RequireAuthToCommentPlugin < Noosfero::Plugin | @@ -4,7 +4,7 @@ class RequireAuthToCommentPlugin < Noosfero::Plugin | ||
4 | 4 | ||
5 | include ActionView::Helpers::TagHelper | 5 | include ActionView::Helpers::TagHelper |
6 | include ActionView::Helpers::FormTagHelper | 6 | include ActionView::Helpers::FormTagHelper |
7 | - include ApplicationHelper | 7 | + include FormsHelper |
8 | 8 | ||
9 | def self.plugin_name | 9 | def self.plugin_name |
10 | "RequireAuthToCommentPlugin" | 10 | "RequireAuthToCommentPlugin" |