From 923c1d3cecb06856311bcaf1105dc476e65e433a Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Fri, 19 Jul 2013 08:01:44 -0300 Subject: [PATCH] Removing application helper include on require auth plugin --- plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb b/plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb index 1aa75a7..8e22fc5 100644 --- a/plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb +++ b/plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb @@ -4,7 +4,7 @@ class RequireAuthToCommentPlugin < Noosfero::Plugin include ActionView::Helpers::TagHelper include ActionView::Helpers::FormTagHelper - include ApplicationHelper + include FormsHelper def self.plugin_name "RequireAuthToCommentPlugin" -- libgit2 0.21.2