Module: Kernel
- Defined in:
- lib/arql/commands/table.rb,
lib/arql/commands/models.rb
Instance Method Summary collapse
Instance Method Details
#models ⇒ Object
33 34 35 |
# File 'lib/arql/commands/models.rb', line 33 def models Arql::Commands::Models::models end |
#table(name) ⇒ Object
52 53 54 |
# File 'lib/arql/commands/table.rb', line 52 def table(name) Table::table_info(Table::get_table_name(name)) end |
#tables ⇒ Object
37 38 39 |
# File 'lib/arql/commands/models.rb', line 37 def tables models end |