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:
39 40 41 |
# File 'lib/active_repository/associations.rb', line 39 def self.included(base) base.extend Methods end |