Skip to content

Instantly share code, notes, and snippets.

@yock
Created March 11, 2015 19:04
Show Gist options
  • Save yock/5a87e282b6cd2702eb67 to your computer and use it in GitHub Desktop.
Save yock/5a87e282b6cd2702eb67 to your computer and use it in GitHub Desktop.
One-liner for finding what parameters are sent to a particular Rails controller action.
grep -A 1 FoosController#create log/development.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment