Module: Foobara::DetachedEntity::Concerns::Aliases::ClassMethods
- Defined in:
- foobara-0.0.110/projects/detached_entity/src/concerns/aliases.rb
Instance Method Summary collapse
- #associations ⇒ Object
- #attributes_type ⇒ Object
- #deep_associations ⇒ Object
- #deep_depends_on ⇒ Object
- #depends_on ⇒ Object
- #model_name ⇒ Object
- #primary_key_attribute ⇒ Object
Instance Method Details
#associations ⇒ Object
16 17 18 |
# File 'foobara-0.0.110/projects/detached_entity/src/concerns/aliases.rb', line 16 def associations(...) (...) end |
#attributes_type ⇒ Object
24 25 26 |
# File 'foobara-0.0.110/projects/detached_entity/src/concerns/aliases.rb', line 24 def attributes_type(...) (...) end |
#deep_associations ⇒ Object
20 21 22 |
# File 'foobara-0.0.110/projects/detached_entity/src/concerns/aliases.rb', line 20 def deep_associations(...) (...) end |
#deep_depends_on ⇒ Object
12 13 14 |
# File 'foobara-0.0.110/projects/detached_entity/src/concerns/aliases.rb', line 12 def deep_depends_on(...) (...) end |
#depends_on ⇒ Object
8 9 10 |
# File 'foobara-0.0.110/projects/detached_entity/src/concerns/aliases.rb', line 8 def depends_on(...) (...) end |
#model_name ⇒ Object
32 33 34 |
# File 'foobara-0.0.110/projects/detached_entity/src/concerns/aliases.rb', line 32 def model_name(...) (...) end |
#primary_key_attribute ⇒ Object
28 29 30 |
# File 'foobara-0.0.110/projects/detached_entity/src/concerns/aliases.rb', line 28 def primary_key_attribute(...) (...) end |