LoginSignup
0
0

More than 3 years have passed since last update.

rails で特定のカラムの確認の仕方

Posted at

最近オリジナルアプリを作る中で、モデル内のカラムを効率よく検索する方法を探していました。


#コンソールを開く
$ rails c

#調べたいモデル
User.columns

こっちの方が、わかりやすい。

User.column_names

これから沢山お世話になりそう。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0