Skip to content

Instantly share code, notes, and snippets.

@buk
Created March 22, 2010 21:31
Show Gist options
  • Select an option

  • Save buk/340549 to your computer and use it in GitHub Desktop.

Select an option

Save buk/340549 to your computer and use it in GitHub Desktop.
def logout
User.logout!(session,cookies)
flash[:notice] = "Danke und Auf Wiedersehen!"
redirect_to :action => "index", :controller => "site"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment