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
100644 3 lines (2 sloc) 0.086 kb
1
2
3
require 'fixie_verifications'
ActiveRecord::Base.send(:include, Fixie::Verifications)