class DeviseController
def set_flash_message!(key, kind, options = {})
def set_flash_message!(key, kind, options = {}) if is_flashing_format? set_flash_message(key, kind, options) end end
def set_flash_message!(key, kind, options = {}) if is_flashing_format? set_flash_message(key, kind, options) end end