Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scoped attribute keys with a generated prefix #125

Closed
wants to merge 4 commits into from

Commits on Aug 13, 2023

  1. Support scoping attribute keys with a generated prefix

    It's common for models to belong a parent model, such as a user. We can
    now scope the attribute keys to the parent model, so that the keys can
    be easily identified and deleted in case of a user deletion.
    lewispb committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    a20bb37 View commit details
    Browse the repository at this point in the history
  2. Add test for nil scope

    lewispb committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e25a9bb View commit details
    Browse the repository at this point in the history
  3. Remove redundant array

    lewispb committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    04a8849 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac9dc6a View commit details
    Browse the repository at this point in the history