Last active
October 11, 2016 10:30
-
-
Save biske/0f909f1e5cb893507763f8a34c3026ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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