4 lines
115 B
Ruby
4 lines
115 B
Ruby
|
# Include hook code here
|
||
|
require 'acts_as_commentable'
|
||
|
ActiveRecord::Base.send(:include, Juixe::Acts::Commentable)
|