Skip to content

Commit

Permalink
quick bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismanderson committed Jun 17, 2012
1 parent 27f7c50 commit deff473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ class ApplicationController < ActionController::Base

def after_sign_out_path_for(resource_or_scope)
cookies.delete :user
redirect_to "http://thinchat.com"
redirect_to "http://thinchat.com" and return
end
end

0 comments on commit deff473

Please sign in to comment.