public
Description: Textilize plugin for rails, based on PermalinkFu
Homepage:
Clone URL: git://github.com/adelcambre/textilizefu.git
name age message
file README Loading commit data...
file init.rb
directory lib/
directory spec/
README
TextilizeFu

  class Article < ActiveRecord::Base
    textilize :body
  end

This will convert the body from textile into html and store the result in body_html

Based primarily off permalink_fu from Rick Olsen (technoweenie)