Commit c6f245aa6fb7bb989a7f96b0b3089e6ff312f2d3

Authored by Antonio Terceiro
1 parent e7b93cf4

Explicitly require RedCloth

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/helpers/application_helper.rb
  1 +require 'redcloth'
  2 +
1 3 # Methods added to this helper will be available to all templates in the
2 4 # application.
3 5 module ApplicationHelper
... ...