Skip to content

Instantly share code, notes, and snippets.

@JasonSpatial
Created March 18, 2010 17:54
Show Gist options
  • Save JasonSpatial/336640 to your computer and use it in GitHub Desktop.
Save JasonSpatial/336640 to your computer and use it in GitHub Desktop.
params.each_key do |key|
if RESERVED_KEYS.include?(key)
params.delete(key)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment