Skip to content

Commit

Permalink
Merge remote-tracking branch 'ups/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaddict committed Sep 12, 2015
2 parents 1336d5d + d9f34ec commit 8ff775a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
deviseにより自動で作成されてますので、rake routesで確認できます -->
Logged in as <strong><%=link_to current_user.username, bots_path(current_user.username)%></strong>|
<%= link_to 'HashTagの登録', hash_tags_path %> |
<%= link_to "ログアウト", destroy_user_session_path, method: :delete %>
<%= link_to "ログアウト", destroy_user_session_path, method: :get %>
<% else %>
<span>
<%= link_to image_tag("signin_with_twitter_logo.png", :size => "188x30", :class => "twitter_layout"), user_omniauth_authorize_path(:twitter) %>
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@

# Set this configuration to false if you want /users/sign_out to sign out
# only the current scope. By default, Devise signs out all scopes.
# config.sign_out_all_scopes = true
config.sign_out_all_scopes = false

# ==> Navigation configuration
# Lists the formats that should be treated as navigational. Formats like
Expand Down

0 comments on commit 8ff775a

Please sign in to comment.