Skip to content

Instantly share code, notes, and snippets.

@buk
Created March 22, 2010 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buk/340549 to your computer and use it in GitHub Desktop.
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