I know that you can ask ActiveRecord to list tables in console using:
ActiveRecord::Base.connection.tables
Is there a command that would li
This will list the column_names from a table
Model.column_names e.g. User.column_names