You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.