Method: Mongify::Translation#tables

Defined in:
lib/mongify/translation.rb

#tablesObject

Returns an array of all tables that have not been ingored



109
110
111
# File 'lib/mongify/translation.rb', line 109

def tables
  all_tables.reject{ |t| t.ignored? || t.polymorphic? }
end