Module: HasComments::ClassMethods

Defined in:
lib/has_comments.rb

Instance Method Summary collapse

Instance Method Details

#has_commentsObject



7
8
9
10
# File 'lib/has_comments.rb', line 7

def has_comments
  has_many :comments, :as => :comment
  send :include, InstanceMethods
end