Answers for "rails get table name"

1

rails get list of tables

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

how to get fields of a table in rails

Model.column_names
e.g. User.column_names
Posted by: Guest on June-03-2021

Browse Popular Code Answers by Language