I am not ruby specialist, but I spend last two days learning this language to get this plugin work. I have to change array association on many places from @settings[:client_id] to @settings['client_id'] for all plugin parameters. Can someone explain me, why? Without this modification the plugin didn't store settings and didn't show google login button.
I am not ruby specialist, but I spend last two days learning this language to get this plugin work. I have to change array association on many places from @settings[:client_id] to @settings['client_id'] for all plugin parameters. Can someone explain me, why? Without this modification the plugin didn't store settings and didn't show google login button.