我有用户模型(has_one:profile)和配置文件模型(belongs_to:user)。
我想将默认值更改profile.deliver_project_news
为:twice_a_week
from :none if user.user_type != "customer"
。
我可以通过迁移处理这个问题吗?如果可以,那我该怎么做?
我有用户模型(has_one:profile)和配置文件模型(belongs_to:user)。
我想将默认值更改profile.deliver_project_news
为:twice_a_week
from :none if user.user_type != "customer"
。
我可以通过迁移处理这个问题吗?如果可以,那我该怎么做?