Ruby 1.9 can find markdownify.

This commit is contained in:
Sarah Mei 2011-08-29 20:01:57 -07:00
parent 83b99890ba
commit e8eb496e66

View file

@ -2,7 +2,7 @@
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require 'lib/diaspora/markdownify'
require File.expand_path("#{Rails.root}/lib/diaspora/markdownify")
module MarkdownifyHelper
def markdownify(message, render_options={})