On ruby 3.4.1 and rails 8. Gon is version 6.4.0 When I do something like: ``` gon.a = 1 puts gon.a ``` I see that `gon.a` is still `nil`. Trying `gon.all_variables` also returned an empty hash. Is this because of the version of ruby / gon...?
On ruby 3.4.1 and rails 8. Gon is version 6.4.0
When I do something like:
I see that
gon.ais stillnil. Tryinggon.all_variablesalso returned an empty hash.Is this because of the version of ruby / gon...?