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

has_secure_password doesn't work on lap28 #25

Open
psmir opened this issue Aug 8, 2018 · 0 comments
Open

has_secure_password doesn't work on lap28 #25

psmir opened this issue Aug 8, 2018 · 0 comments

Comments

@psmir
Copy link

psmir commented Aug 8, 2018

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 {}]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant