1

と のユーザー モデルが:emailあり、の一部で:user_name自動初期化したい。:user_name:email

class User
  include Mongoid::Document
  field :email
  field :user_name
end

ユーザーの作成には simple_form を使用します。:user_nameに基づいてどのように初期化でき:emailますか?

4

2 に答える 2