Skip to content

data returned as String instead of Hash #48

Description

@yosefsun

when an event binding is triggered, "data" variable is returned as a String. I actually had to manipulate it in order to cast it into a Hash type :

data.gsub!('":"','"=>"')
data = eval(data)

makes sense to have the gem cast it into a Hash...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions