Method: Arel::Table#table_alias
- Defined in:
- activerecord/lib/arel/table.rb
#table_alias ⇒ Object (readonly)
Returns the value of attribute table_alias.
12 13 14 |
# File 'activerecord/lib/arel/table.rb', line 12 def table_alias @table_alias end |