Skip to content

Instantly share code, notes, and snippets.

@biske
Last active October 11, 2016 10:30
Show Gist options
  • Save biske/0f909f1e5cb893507763f8a34c3026ed to your computer and use it in GitHub Desktop.
Save biske/0f909f1e5cb893507763f8a34c3026ed to your computer and use it in GitHub Desktop.
pry(#<Candidate::ReceptionsController>)> request.query_parameters
=> {"type_of_link"=>"public_link"}
pry(#<Candidate::ReceptionsController>)> request.path_parameters
=> {:controller=>"candidate/receptions", :action=>"show", :id=>"PTALTMUZFNC"}
pry(#<Candidate::ReceptionsController>)> request.request_parameters
=> {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment