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

Clean-up mutation tracking setup #113

Merged
merged 1 commit into from
Jun 24, 2021
Merged

Clean-up mutation tracking setup #113

merged 1 commit into from
Jun 24, 2021

Commits on Jun 23, 2021

  1. Clean-up mutation tracking setup

    Similar to #112 including the `[Record]` module in a class would produce
    the following warning:
    
    ```
    warning: instance variable @track_mutations not initialized
    ```
    
    This was because we were trying to set a default value for
    `@track_mutations` in `.included`, creating an instance variable in the
    `[Record]` module rather than in our target class.
    clowder committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    83df78c View commit details
    Browse the repository at this point in the history