mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 08:08:00 -05: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.