foodsoft/vendor/plugins/acts_as_commentable/init.rb

4 lines
115 B
Ruby
Raw Normal View History

2009-01-06 11:49:19 +01:00
# Include hook code here
require 'acts_as_commentable'
ActiveRecord::Base.send(:include, Juixe::Acts::Commentable)