Update lib/devise/models/authenticatable.rb

This commit is contained in:
José Valim
2012-02-15 20:05:18 +01:00
parent 456989ca8d
commit b6ab8d6776

View File

@@ -102,7 +102,7 @@ module Devise
array.each do |method|
class_eval <<-RUBY, __FILE__, __LINE__
# Redefine to_xml and serializable_hash in models for more ecure defaults.
# Redefine to_xml and serializable_hash in models for more secure defaults.
# By default, it removes from the serializable model all attributes that
# are *not* accessible. You can remove this default by using :force_except
# and passing a new list of attributes you want to exempt. All attributes