Skip to content

Instantly share code, notes, and snippets.

@alan707
Created December 21, 2012 00:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save alan707/4349767 to your computer and use it in GitHub Desktop.
Server output
Started POST "/rental_agreements" for 127.0.0.1 at 2012-12-20 19:16:33 -0500
Processing by RentalAgreementsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"yfiXJUvhXm/8XsmLwNLOYOIVHulcZdQ7dadhvhvAHfo=", "rental_agreement"=>{"term_start"=>"12-10-2012", "term_end"=>"12-02-2013", "agreed_price"=>"2", "owner_id"=>"23", "tool_id"=>"1", "borrower_id"=>"23", "agreed_terms"=>"0"}, "commit"=>"Send Rental Proposal to Owner"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment