Method: Arel::Table#name

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

#nameObject

Returns the value of attribute name.



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

def name
  @name
end