と のユーザー モデルが:email
あり、の一部で:user_name
自動初期化したい。:user_name
:email
class User
include Mongoid::Document
field :email
field :user_name
end
ユーザーの作成には simple_form を使用します。:user_name
に基づいてどのように初期化でき:email
ますか?
と のユーザー モデルが:email
あり、の一部で:user_name
自動初期化したい。:user_name
:email
class User
include Mongoid::Document
field :email
field :user_name
end
ユーザーの作成には simple_form を使用します。:user_name
に基づいてどのように初期化でき:email
ますか?