I get an error about the 'key' method requiring an argument whenever I start my application.
This happens because when it calls the method 'key' it doesn't go to check the attribute 'key' but rather it calls the actual hash method 'key' which requires an argument.
This fixes the access to use regular hash syntax instead. If there's anywhere else this needs to be fixed just let me know as well!
I get an error about the 'key' method requiring an argument whenever I start my application.
This happens because when it calls the method 'key' it doesn't go to check the attribute 'key' but rather it calls the actual hash method 'key' which requires an argument.
This fixes the access to use regular hash syntax instead. If there's anywhere else this needs to be fixed just let me know as well!