public
Description: A Ruby on Rails plugin that adds the 'comic_curse' method to any String object which replaces curse words with %$#@! or whatever is defined
Homepage: http://www.erbmicha.com/comic-curse
Clone URL: git://github.com/erbmicha/comic-curse.git
comic-curse / init.rb
100644 5 lines (4 sloc) 0.071 kb
1
2
3
4
5
require "comic_curse"
 
class ActiveRecord::Base
  extend ComicCurse
end