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'm having the same problem. In addition, the existing problem seems to have never been assigned. It seems that the values have been passed to the variables in the first run.
rails version: 5.2.2
ruby version: 2.5.3
gon version: 6.2.1
I have two actions:
in my header i put gon:
in browser colose on page index i write gon and returns this:
i navigate with turbolinks to page about and i write gon from console and return this:
so i back to index with tuborlinks and i write in console gon and the return not put the value, but an empty object
The text was updated successfully, but these errors were encountered: