Merge branch 'master' of git@github.com:plataformatec/devise

This commit is contained in:
José Valim
2009-10-27 20:57:35 -02:00
20 changed files with 257 additions and 15 deletions

View File

@@ -56,9 +56,10 @@ end
#
# 1) Include Devise::ActiveRecord and Devise::Migrations
# 2) Load and config warden
# 3) Add routes extensions
# 4) Load routes definitions
# 5) Include filters and helpers in controllers and views
# 3) Load devise mapping structure
# 4) Add routes extensions
# 5) Load routes definitions
# 6) Include filters and helpers in controllers and views
#
Rails.configuration.after_initialize do
ActiveRecord::Base.extend Devise::ActiveRecord

View File

@@ -1,3 +1,3 @@
module Devise
VERSION = "0.1.1".freeze
VERSION = "0.2.0".freeze
end