Skip to content

Support passing Hashes, Data objects, Classes, etc. into a form #5

@bradgessler

Description

@bradgessler

Currently only Ruby objects can be passed into a Superform, like this:

Form.new(User.new)

To enable quick & dirty forms for prototyping and profit, support passing in hashes like this:

Form.new({name: "Brad", email: "[email protected]"})

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