pocke / rbs_rails

Apache License 2.0
283 stars 33 forks source link

Add missing method for `has_secure_password` #203

Closed ksss closed 2 years ago

ksss commented 2 years ago

has_secure_password macro will define method named by argument attribute (default :password). https://github.com/rails/rails/blob/c7a6ec51bf097eb3f307001c1142a8565e7a1450/activemodel/lib/active_model/secure_password.rb#L93