Commit e8b9712d89f681049f8d537b8ef7f2a4295f102b

Authored by Jacob Vosmaer
2 parents 37868d7b 9d622bd7

Merge pull request #5262 from yatish27/master

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)
... ...