LoginSignup
0
0

More than 5 years have passed since last update.

railsのカラムにそのほかを追加する方法

Posted at

users index.html.slimに
th
= sortable "項目(country)など”、”表示される文字(国名)” 
     td
= user.項目(country)など

以上のように追加する追加できる項目は
show.html.slimを参照

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