lib/arql/commands/models.rb in arql-0.3.17 vs lib/arql/commands/models.rb in arql-0.3.18
- old
+ new
@@ -47,6 +47,10 @@
end
def table_names
models[2..-1].map(&:first)
end
+
+ def model_names
+ models[2..-1].map(&:second)
+ end
end