Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

has_secure_password doesn't work on lap28 #25

@psmir

Description

@psmir

Since I have migrated from 0.5.8 to lap28 the following code from my client side operation

user = User.new(
      username: params.username,
      email: params.email,
      password: params.password,
      password_confirmation: params.password_confirmation
    )

generates such an error:
undefined method `password=' for <User:0xba4 (0xba2) [new {}]

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