Method: Arel::Table.engine

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

.engineObject

Returns the value of attribute engine


9
10
11
# File 'activerecord/lib/arel/table.rb', line 9

def engine
  @engine
end