apokalipto / devise_saml_authenticatable

Devise SAML 2.0 authentication strategy
MIT License
297 stars 155 forks source link

[refactor]use `find_by` instead of `where + first` #233

Closed atolix closed 1 year ago

atolix commented 1 year ago

Thanks! @adamstegman

I missed it the first time. I replaced where with find_by in the tests.