Commit 544969abe1d7deb023f7f7bafc799f2549d16d62

Authored by Victor Costa
1 parent 006cc6f8

rails3: include PrototypeHelper on article_helper

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/helpers/article_helper.rb
1 1 module ArticleHelper
2 2  
  3 + include PrototypeHelper
  4 +
3 5 def custom_options_for_article(article)
4 6 @article = article
5 7 content_tag('h4', _('Visibility')) +
... ...