Module: ActiveRecord::HasManyComments

Defined in:
lib/active_record/has_many_comments.rb

Defined Under Namespace

Modules: ActMacro, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
# File 'lib/active_record/has_many_comments.rb', line 3

def self.included(base)
  base.extend ActMacro
end