Module: ActiveRepository::Associations
- Included in:
- Base
- Defined in:
- lib/active_repository/associations.rb
Defined Under Namespace
Modules: ActiveRecordExtensions, Methods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
35 36 37 |
# File 'lib/active_repository/associations.rb', line 35 def self.included(base) base.extend Methods end |