Commit 2ee53fee authored by blackst0ne's avatar blackst0ne

Fix typos in comments [ci skip]

parent eddf3feb
module SafeParamsHelper
# Rails 5.0 requires to permit parameters if used in url helpers.
# User this helper when generating links with `params.merge(...)`
# Rails 5.0 requires to permit `params` if they're used in url helpers.
# Use this helper when generating links with `params.merge(...)`
def safe_params
if params.respond_to?(:permit!)
params.except(:host, :port, :protocol).permit!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment