Method: Lhm::Connection::ActiveRecordConnection#table_exists?

Defined in:
lib/lhm/connection.rb

#table_exists?(table_name) ⇒ Boolean

Returns:

  • (Boolean)


146
147
148
# File 'lib/lhm/connection.rb', line 146

def table_exists?(table_name)
  @adapter.table_exists?(table_name)
end