Method: Arel::Table#table_alias

Defined in:
activerecord/lib/arel/table.rb

#table_aliasObject

Returns the value of attribute table_alias

[View source]

11
12
13
# File 'activerecord/lib/arel/table.rb', line 11

def table_alias
  @table_alias
end