Module: ActiveRecord::BelongsToAuthor

Defined in:
lib/active_record/belongs_to_author.rb

Defined Under Namespace

Modules: ActMacro

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
8
# File 'lib/active_record/belongs_to_author.rb', line 5

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