Skip to content

Rails 6.1 deprecation warning #170

@ch-tactica

Description

@ch-tactica

Getting the following deprecation notice when running the Rails 6 pre-release:

DEPRECATION WARNING: update_attributes is deprecated and will be removed from Rails 6.1 (please, use update instead)

Replacing update_attributes with update here should make it go away:

update_attributes(direct_otp: nil, direct_otp_sent_at: nil)

Note: The update_attributes method was renamed to use update in this pull request in 2013.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions