foodsoft/vendor/plugins/acts_as_commentable/init.rb
2009-01-06 11:49:19 +01:00

3 lines
115 B
Ruby

# Include hook code here
require 'acts_as_commentable'
ActiveRecord::Base.send(:include, Juixe::Acts::Commentable)