public
Description: The acts_as_subscribeable plugin is a generator and plugin to allow the subscription based email notification
Homepage: http://railsjitsu.com/acts-as-subscribeable-rails-plugin
Clone URL: git://github.com/peimei/actsassubscribeable.git
E. James O'Kelly (author)
Tue Mar 04 05:31:52 -0800 2008
100644 4 lines (3 sloc) 0.124 kb
1
2
3
4
# Include hook code here
require 'acts_as_subscribeable'
ActiveRecord::Base.send(:include, RailsJitsu::Acts::Subscribeable)