Module: Gecko::Helpers::AssociationHelper
- Included in:
- Record::Base
- Defined in:
- lib/gecko/helpers/association_helper.rb
Overview
Helper for has_many/belongs_to relationships
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 |
# File 'lib/gecko/helpers/association_helper.rb', line 7 def self.included(base) base.extend(ClassMethods) end |