mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Release Devise 0.4.0. ATTENTION: this release contains some backwards incompatible changes: 1) Notifier was renamed to DeviseMailer, so you need to rename your app/views/notifier to app/views/devise_mailer as well; 2) :authenticable calls were deprecated, use :authenticatable instead.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module Devise
|
||||
VERSION = "0.3.0".freeze
|
||||
VERSION = "0.4.0".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user