Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
barodeur committed Jul 28, 2013
1 parent c4d5a3f commit d88b3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/mongoid/devise_generator.rb
Expand Up @@ -22,7 +22,7 @@ def migration_data
## 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
Expand Down Expand Up @@ -54,4 +54,4 @@ def migration_data
end
end
end
end
end

0 comments on commit d88b3ce

Please sign in to comment.