Hello,
Let me know if opening an issue is an okay method for asking for help, or redirect me to the right place.
I tried to implement your permitted_params gem according to your blog post into my Rails app.
This screenshot (it's a Dropbox link) shows the error on the top, curl request on the bottom left, and config/initializers/permitted_params.rb on the bottom right.
Am I supposed to have some sort of include within my controller(s) to be able to use permitted_params?
Thanks in advance for any help.
Hello,
Let me know if opening an issue is an okay method for asking for help, or redirect me to the right place.
I tried to implement your
permitted_paramsgem according to your blog post into my Rails app.This screenshot (it's a Dropbox link) shows the error on the top,
curlrequest on the bottom left, andconfig/initializers/permitted_params.rbon the bottom right.Am I supposed to have some sort of
includewithin my controller(s) to be able to usepermitted_params?Thanks in advance for any help.