mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Documentation states that authentication_keys should accept a hash with values indicating whether or not each key is required. This was added inb2066cc2but tests only covered request_keys, and29afe2d2later broke it with a << array operator.