Skip to content

Instantly share code, notes, and snippets.

@alakra
Created June 6, 2013 02:26
Show Gist options
  • Save alakra/5718900 to your computer and use it in GitHub Desktop.
Save alakra/5718900 to your computer and use it in GitHub Desktop.
ruby method lookups
params["username"]
is the same as
params.[]("username")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment