Skip to content

Commit

Permalink
Merge pull request #2 from Turupawn/master
Browse files Browse the repository at this point in the history
Woops!
  • Loading branch information
serpel committed Nov 5, 2015
2 parents 96d17e9 + 848c557 commit 0524086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ end

### Step 8 - Add login and sign out links whatever you want.
```
<% if current_user %>
<% if !current_user %>
<%= link_to "Sign in with Facebook", user_omniauth_authorize_path(:facebook) %>
<% else %>
<%= link_to destroy_user_session_path, :method => :delete do %>Sign out<%end%>
Expand Down

0 comments on commit 0524086

Please sign in to comment.