Remove trailing whitespaces

This commit is contained in:
Paul Chobert
2013-07-28 23:15:42 +02:00
parent c4d5a3fdaa
commit d88b3cedfb

View File

@@ -22,7 +22,7 @@ module Mongoid
## Database authenticatable
field :email, :type => String, :default => ""
field :encrypted_password, :type => String, :default => ""
## Recoverable
field :reset_password_token, :type => String
field :reset_password_sent_at, :type => Time
@@ -54,4 +54,4 @@ RUBY
end
end
end
end
end