Commit 9d622bd790578e58a72424cd637ab40c87a7073e
1 parent
1a6ba7e6
Exists in
master
and in
4 other branches
Typo:Corrected the typo of sign-in in User Model
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/user.rb
... | ... | @@ -167,7 +167,7 @@ class User < ActiveRecord::Base |
167 | 167 | # Class methods |
168 | 168 | # |
169 | 169 | class << self |
170 | - # Devise method overridden to allow sing in with email or username | |
170 | + # Devise method overridden to allow sign in with email or username | |
171 | 171 | def find_for_database_authentication(warden_conditions) |
172 | 172 | conditions = warden_conditions.dup |
173 | 173 | if login = conditions.delete(:login) | ... | ... |