Skip to content

Unable to save values to gon in rails 8 #274

@ldanielw1

Description

@ldanielw1

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...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions