public
Description: Makes your models act as textiled.
Homepage: http://errtheblog.com/posts/12-actsastextiled
Clone URL: git://github.com/defunkt/acts_as_textiled.git
Click here to lend your support to: acts_as_textiled and make a donation at www.pledgie.com !
Kevin Ansfield (author)
Thu Jul 03 07:23:10 -0700 2008
defunkt (committer)
Tue Oct 13 23:59:13 -0700 2009
acts_as_textiled / init.rb
100644 9 lines (7 sloc) 0.162 kb
1
2
3
4
5
6
7
8
9
begin
  require 'RedCloth' unless defined? RedCloth
rescue LoadError
  nil
end
 
require 'acts_as_textiled'
ActiveRecord::Base.send(:include, Err::Acts::Textiled)