0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-22 01:01:10 +00:00
ensl.org/vendor/plugins/acts_as_rateable/init.rb

3 lines
121 B
Ruby
Raw Normal View History

require File.dirname(__FILE__) + '/lib/acts_as_rateable'
ActiveRecord::Base.send(:include, ActiveRecord::Acts::Rateable)