Skip to content

Instantly share code, notes, and snippets.

@5minpause
Last active August 29, 2015 14:27
Show Gist options
  • Save 5minpause/8568aaec15cd6ce72895 to your computer and use it in GitHub Desktop.
Save 5minpause/8568aaec15cd6ce72895 to your computer and use it in GitHub Desktop.
def self.restricted?(item)
where(:subject_class => item.class, :subject_id => item.id).count > 0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment