Skip to content

Instantly share code, notes, and snippets.

@universal
Last active December 15, 2015 12:09
Show Gist options
  • Save universal/5258364 to your computer and use it in GitHub Desktop.
Save universal/5258364 to your computer and use it in GitHub Desktop.
signed params helper for rspec
module SignedParamsHelper
def signed_params!
controller(described_class) { before_filter { params.permit! } }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment