Method: Sequel::Model::Associations::ManyToManyAssociationReflection#qualified_right_key

Defined in:
lib/sequel/model/associations.rb

#qualified_right_keyObject

The right key qualified by the join table.



1356
1357
1358
# File 'lib/sequel/model/associations.rb', line 1356

def qualified_right_key
  cached_fetch(:qualified_right_key){qualify(join_table_alias, self[:right_key])}
end