From 544969abe1d7deb023f7f7bafc799f2549d16d62 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 21 Jan 2014 11:02:56 -0300 Subject: [PATCH] rails3: include PrototypeHelper on article_helper --- app/helpers/article_helper.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/app/helpers/article_helper.rb b/app/helpers/article_helper.rb index c532393..0201652 100644 --- a/app/helpers/article_helper.rb +++ b/app/helpers/article_helper.rb @@ -1,5 +1,7 @@ module ArticleHelper + include PrototypeHelper + def custom_options_for_article(article) @article = article content_tag('h4', _('Visibility')) + -- libgit2 0.21.2