Commit 923c1d3cecb06856311bcaf1105dc476e65e433a

Authored by Leandro Nunes dos Santos
Committed by Rodrigo Souto
1 parent 56915809

Removing application helper include on require auth plugin

plugins/require_auth_to_comment/lib/require_auth_to_comment_plugin.rb
... ... @@ -4,7 +4,7 @@ class RequireAuthToCommentPlugin < Noosfero::Plugin
4 4  
5 5 include ActionView::Helpers::TagHelper
6 6 include ActionView::Helpers::FormTagHelper
7   - include ApplicationHelper
  7 + include FormsHelper
8 8  
9 9 def self.plugin_name
10 10 "RequireAuthToCommentPlugin"
... ...