Skip to content

Instantly share code, notes, and snippets.

@joshualivesay
Created April 16, 2014 14:44
Show Gist options
  • Save joshualivesay/10887319 to your computer and use it in GitHub Desktop.
Save joshualivesay/10887319 to your computer and use it in GitHub Desktop.
Rails
Request
Parameters:
{"utf8"=>"✓",
"authenticity_token"=>"JaBpTjSW7Ac62rlu3HhFLKJxH6QCqXBS5j4DhC2ezrA=",
"company"=>{"name"=>"",
"is_active"=>"1",
"is_scott"=>"0",
"is_grace"=>"0",
"company_legal"=>""},
"billing"=>{"billing_type_id"=>"",
"stripe_token"=>"",
"subscription"=>""},
"person"=>{"role_id"=>"#<ActiveRecord::Relation::ActiveRecord_Relation_Role:0x007f0d38625060>",
"first_name"=>"",
"last_name"=>"",
"email"=>"",
"phone"=>""},
"address"=>{"line1"=>"",
"line2"=>"",
"unit"=>"",
"city"=>"",
"state"=>"",
"zip"=>""},
"commit"=>"Create Company"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment