Answers for "how to list all the tables in rails console"

1

rails get list of tables

ActiveRecord::Base.connection.tables
Posted by: Guest on August-10-2020

Code answers related to "how to list all the tables in rails console"

Browse Popular Code Answers by Language