fnando / has_markup

has_markup is an ActiveRecord plugin that integrates Tidy, Markdown, Textile and sanitize helper method into a single plugin.

has_markup / init.rb
100644 3 lines (2 sloc) 0.081 kb
1
2
3
require 'has_markup'
ActiveRecord::Base.send(:include, SimplesIdeias::HasMarkup)