Started POST "/appointments" for ::1 at 2020-11-01 19:06:22 +0100 Processing by AppointmentsController#create as HTML Parameters: {"authenticity_token"=>"oQIIoXkh0wEKjo5GCY8ejX6WK43tGhdatzC9WaMjTJKTiGRjqpQcwBPw0382GQ1Z2v1QzAlAViiP6eJJ8bIQcg==", "doctor_id"=>"3", "commit"=>"Записаться на прием"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ? [["id", 1], ["LIMIT", 1]] ↳ app/controllers/appointments_controller.rb:18:in `create' Redirected to http://localhost:3000/appointments/new Completed 302 Found in 4ms (ActiveRecord: 0.1ms | Allocations: 3061)