Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created August 5, 2009 22:08
Show Gist options
  • Select an option

  • Save tammersaleh/163006 to your computer and use it in GitHub Desktop.

Select an option

Save tammersaleh/163006 to your computer and use it in GitHub Desktop.
def require_no_user
if current_user
store_location
flash[:notice] = "You must be logged out to access this page"
redirect_to root_url
return false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment