Skip to content

Instantly share code, notes, and snippets.

@ajstiles
Last active August 29, 2015 14:25
Show Gist options
  • Save ajstiles/453c401406daf03e0a4b to your computer and use it in GitHub Desktop.
Save ajstiles/453c401406daf03e0a4b to your computer and use it in GitHub Desktop.
Pull Request
def validate_user_group_association!
if !group_user_finder.associated?
redirect_path = group ? not_found_path : '/'
redirect_to redirect_path
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment