mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-22 21:28:01 -05:00
Removing attr_accessible.
This commit is contained in:
@@ -31,7 +31,6 @@ module Devise
|
||||
|
||||
attr_reader :password
|
||||
attr_accessor :password_confirmation
|
||||
attr_accessible :email, :password, :password_confirmation
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -39,7 +39,6 @@ module Devise
|
||||
|
||||
# Remember me option available in after_authentication hook.
|
||||
attr_accessor :remember_me
|
||||
attr_accessible :remember_me
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user