Skip to content

Commit

Permalink
Typo:Corrected the typo of sign-in in User Model
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed Oct 3, 2013
1 parent 1a6ba7e commit 9d622bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d622bd

Please sign in to comment.