ユーザーモデル(has_one:profile)とプロファイルモデル(belongs_to:user)があります。
profile.deliver_project_newsのデフォルト値を:twice_a_weekからに変更したい:none if user.user_type != "customer"。
移行でこの問題を処理できますか?そうであれば、どうすればそれを実行できますか?
ユーザーモデル(has_one:profile)とプロファイルモデル(belongs_to:user)があります。
profile.deliver_project_newsのデフォルト値を:twice_a_weekからに変更したい:none if user.user_type != "customer"。
移行でこの問題を処理できますか?そうであれば、どうすればそれを実行できますか?