public
Description: Lets you add emailed verifications to your ActiveRecord model with one line of code
Homepage:
Clone URL: git://github.com/joevandyk/fixie_verifications.git
Joe Van Dyk (author)
Sun Dec 28 09:37:38 -0800 2008
commit  0bc63fd49805ae2f1d708be7c90a4b94d6788dba
tree    81e11a709f848fc2a1bb78dd35d16486a44e8fd4
parent  aaa3bc26361232620a242838e73a43c2579a6616
100644 3 lines (2 sloc) 0.086 kb
1
2
3
require 'fixie_verifications'
ActiveRecord::Base.send(:include, Fixie::Verifications)