Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コントローラの列に挿入される値をカスタマイズしたいのですが、null値を挿入したいと思います。この上 :
@users.to = null
私はあなたが望むと信じています:
@user.to = nil
列でNULL値が許可されるようにするには、移行を実行する必要がある場合があります。
change_column :users, :to, :string, :null => true