Devise Versions Save

Flexible authentication solution for Rails with Warden.

v3.4.1

9 years ago
  • enhancements
    • Devise default views now have a similar markup to Rails scaffold views. (by @udaysinghcode, @cllns)
    • Passing now: true to the set_flash_message helper now sets the message into the flash.now Hash. (by @hbriggs)
  • bugfixes
    • Fixed an regression with translation of flash messages for when the authentication_keys config is a Hash. (by @lucasmazza)