Answers for "rails console get all tables"

1

rails get list of tables

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

how to get all tables in rails c\

ActiveRecord::Base.connection.tables
Posted by: Guest on October-15-2020

Browse Popular Code Answers by Language