Skip to content

Deleting records - error in the example #18

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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