Skip to content

Commit

Permalink
Fix: 一个没有的方法调用
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Apr 3, 2011
1 parent 83a077d commit a975038
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def self.create_from_hash(auth)
return user
end
user.save
user.reset_persistence_token! #set persistence_token else sessions will not be created
user
end

Expand Down

0 comments on commit a975038

Please sign in to comment.