Module: BigRecord::ArReflection

Defined in:
lib/big_record/ar_reflection.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods Classes: ArAggregateReflection, ArAssociationReflection, MacroReflection

Class Method Summary

Class Method Details

+ (Object) included(base)



3
4
5
# File 'lib/big_record/ar_reflection.rb', line 3

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