From 9d622bd790578e58a72424cd637ab40c87a7073e Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Thu, 3 Oct 2013 14:34:51 +0530 Subject: [PATCH] Typo:Corrected the typo of sign-in in User Model --- app/models/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user.rb b/app/models/user.rb index f1f93eadc1a..c61b074f504 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -167,7 +167,7 @@ class User < ActiveRecord::Base # Class methods # class << self - # Devise method overridden to allow sing in with email or username + # Devise method overridden to allow sign in with email or username def find_for_database_authentication(warden_conditions) conditions = warden_conditions.dup if login = conditions.delete(:login) -- GitLab