Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created August 27, 2011 18:10
Show Gist options
  • Save jackdempsey/1175680 to your computer and use it in GitHub Desktop.
Save jackdempsey/1175680 to your computer and use it in GitHub Desktop.
class Subscription
belongs_to :user
belongs_to :magazine
validates :user_id, :uniqueness => {:scope => :magazine_id}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment