Skip to content

Instantly share code, notes, and snippets.

@coffeencoke
Created June 4, 2009 14:33
Show Gist options
  • Save coffeencoke/123651 to your computer and use it in GitHub Desktop.
Save coffeencoke/123651 to your computer and use it in GitHub Desktop.
Firebug Put Data:
_method: put
did_master_entry[active]: false
did_master_entry[client_id]:
did_master_entry[custom_options][][custom_attribute][value]: 6367364000
did_master_entry[custom_options][][id]: 1
did_master_entry[custom_options][][custom_attribute][value]: Test DNIS Name
did_master_entry[custom_options][][id]: 2
did_master_entry[custom_options][][custom_attribute][value]:
did_master_entry[custom_options][][id]: 3
did_master_entry[custom_options][][custom_attribute][value]:
did_master_entry[custom_options][][id]: 4
did_master_entry[custom_options][][custom_attribute][value]: 0
did_master_entry[custom_options][][id]: 5
did_master_entry[custom_options][][custom_attribute][value]:
did_master_entry[custom_options][][id]: 6
did_master_entry[custom_options][][custom_attribute][value]:
did_master_entry[custom_options][][id]: 7
did_master_entry[custom_options][][custom_attribute][value]: 0
did_master_entry[custom_options][][id]: 8
Ruby Debugger Console:
(rdb:254) pp params
{"format"=>"xml",
"did_master_entry"=>
{"client_id"=>"",
"custom_options"=>
[{"id"=>"1", "custom_attribute"=>{}},
{"id"=>"2", "custom_attribute"=>{}},
{"id"=>"3", "custom_attribute"=>{}},
{"id"=>"4", "custom_attribute"=>{}},
{"id"=>"5", "custom_attribute"=>{}},
{"id"=>"6", "custom_attribute"=>{}},
{"id"=>"7", "custom_attribute"=>{}},
{"id"=>"8", "custom_attribute"=>{}}],
"active"=>"false"},
"_method"=>"put",
"action"=>"update",
"id"=>"3",
"controller"=>"did_master_entries"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment