Skip to content

Instantly share code, notes, and snippets.

@courtsimas
Created July 20, 2011 21:58
Show Gist options
  • Save courtsimas/1096029 to your computer and use it in GitHub Desktop.
Save courtsimas/1096029 to your computer and use it in GitHub Desktop.
if resource.state_is?("suspended")
scoped = Devise::Mapping.find_scope!(resource)
Devise.sign_out_all_scopes ? sign_out : sign_out(scoped)
flash[:alert] = "You're suspended!"
redirect_to root_path and return
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment