Module: Abbreviations
- Included in:
- Arspy::Operators::Interpreter::AbbreviatedAssociationInterpreter, Arspy::Operators::Interpreter::AbbreviatedAttributeInterpreter
- Defined in:
- lib/arspy/operators/abbreviations.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
2 3 4 |
# File 'lib/arspy/operators/abbreviations.rb', line 2 def self.included(base) base.extend(ClassMethods) end |
Instance Method Details
#resolve_abbreviation_for_attributes_and_associations!(object, method_name) ⇒ Object
6 7 8 |
# File 'lib/arspy/operators/abbreviations.rb', line 6 def resolve_abbreviation_for_attributes_and_associations!(object, method_name) self.class.resolve_abbreviation_for_attributes_and_associations!(object, method_name) end |