I have an issue with my environments.
While I'm on development mode and try to use params.require(:symbol)
throws an error: TypeError (no implicit conversion of Symbol into String):
but not in production environment.
I have been looking into web for some help about it, have not found anything. Any of the config environments show any relevant info about it.
How can I have my both environments work the same?.