Module: Arc::Tables

Defined in:
lib/architect/tables.rb

Class Method Summary collapse

Class Method Details

.name(table) ⇒ Object

returns the physicalID for the given table name



8
9
10
11
# File 'lib/architect/tables.rb', line 8

def self.name(table)
  arc = Arc.reflect
  arc['tables'][table]
end