pocke / rbs_rails

Apache License 2.0
285 stars 33 forks source link

Support `has_secure_password` #193

Closed ksss closed 3 years ago

ksss commented 3 years ago

has_secure_password add some methods automatically.

https://github.com/rails/rails/blob/014347620db4b063e63caf3914f1737cd87bf5d5/activemodel/lib/active_model/secure_password.rb#L91-L125

In this PR, this automatically added method is supported.