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