Method: Sequel::Model::Associations::AssociationReflection#hash
- Defined in:
- lib/sequel/model/associations.rb
#hash ⇒ Object
Hash value for the association reflection. This is precomputed to avoid concurrency issues at runtime.
419 420 421 |
# File 'lib/sequel/model/associations.rb', line 419 def hash self[:_hash] end |