Class: WhoAmI::Function::GetTables

Inherits:
Object
  • Object
show all
Includes:
ProcParty
Defined in:
lib/who_am_i/function/get_tables.rb

Instance Method Summary collapse

Instance Method Details

#callObject



6
7
8
# File 'lib/who_am_i/function/get_tables.rb', line 6

def call
  ActiveRecord::Base.connection.tables
end