macallan-team / Macallan_app

0 stars 0 forks source link

ActiveRecord::RecordNotUnique in EndUsers::RegistrationsController#create #102

Open dorian3n opened 5 years ago

dorian3n commented 5 years ago

SQLite3::ConstraintException: UNIQUE constraint failed: end_users.email: INSERT INTO "end_users" ("email", "encrypted_password", "last_name", "first_name", "last_kana", "first_kana", "postal_code", "address", "phone_number", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

dorian3n commented 5 years ago

新規登録時に同様の名前で登録しようとするとエラーページに遷移する