mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Fix weird character in README
This commit is contained in:
parent
326e1a0e9c
commit
b11bd38ff9
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ something like this:
|
|||
|
||||
class SessionsController < ApplicationController
|
||||
def create
|
||||
@user = ̈User.find_or_create_from_auth_hash(auth_hash)
|
||||
@user = User.find_or_create_from_auth_hash(auth_hash)
|
||||
self.current_user = @user
|
||||
redirect_to '/'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue