Render notes using RedCloth without formatize

Removes the outdated bluecloth dependency
This commit is contained in:
Dan Rice 2013-03-12 18:30:38 +02:00
parent 053e3fc8d6
commit dc311221f1
10 changed files with 16 additions and 21 deletions

View file

@ -10,7 +10,7 @@ class ApplicationController < ActionController::Base
protect_from_forgery
include LoginSystem
helper_method :current_user, :prefs, :format_date, :markdown
helper_method :current_user, :prefs, :format_date
layout proc{ |controller| controller.mobile? ? "mobile" : "application" }
# exempt_from_layout /\.js\.erb$/