Method: Sequel::Plugins::ManyThroughMany::ManyThroughManyAssociationReflection#join_table_alias

Defined in:
lib/sequel/plugins/many_through_many.rb

#join_table_aliasObject

The alias for the first join table.



117
118
119
# File 'lib/sequel/plugins/many_through_many.rb', line 117

def join_table_alias
  final_reverse_edge[:alias]
end