Skip to content

Instantly share code, notes, and snippets.

@radar
Created December 7, 2011 02:41
Show Gist options
  • Save radar/1441191 to your computer and use it in GitHub Desktop.
Save radar/1441191 to your computer and use it in GitHub Desktop.
validate :superiority
def superiority
User.find(superior_id).company_id == User.find(inferior_id).company_id
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment