Skip to content

Commit

Permalink
same_email? is never used
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Sep 14, 2011
1 parent 33c46fd commit e197337
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -339,10 +339,6 @@ def self.find_by_case_insensitive_username(username)

private

def same_email?(email_param)
self.email == email_param
end

def create_feed
f = Feed.create(
:author => self.author
Expand Down

0 comments on commit e197337

Please sign in to comment.