Skip to content

Deleting records - error in the example #18

@Etsija

Description

@Etsija

Just a heads up: your example in README.md is wrong on deleting records:
@table.destroy(record)

It should be
@table.destroy(record_id)
or something similar, to show that the id is needed, not the whole record...

Banged my head to the wall about this for a while until I went to the code and checked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions