Module: Syncano::ActiveRecord::Associations::ClassMethods
- Defined in:
- lib/syncano/active_record/associations.rb
Overview
Class methods for Syncano::ActiveRecord::Associations module
Instance Method Summary collapse
-
#associations ⇒ HashWithIndifferentAccess
Lists hash with associations.
Instance Method Details
#associations ⇒ HashWithIndifferentAccess
Lists hash with associations
21 22 23 |
# File 'lib/syncano/active_record/associations.rb', line 21 def associations self._associations ||= HashWithIndifferentAccess.new end |