From c6f245aa6fb7bb989a7f96b0b3089e6ff312f2d3 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 23 Feb 2011 11:42:15 -0300 Subject: [PATCH] Explicitly require RedCloth --- app/helpers/application_helper.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 2c701ff..40fce98 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1,3 +1,5 @@ +require 'redcloth' + # Methods added to this helper will be available to all templates in the # application. module ApplicationHelper -- libgit2 0.21.2