Skip to content

Instantly share code, notes, and snippets.

@epintos
Created January 14, 2016 21:14
Show Gist options
  • Select an option

  • Save epintos/12f847ac9b4a2303f7a2 to your computer and use it in GitHub Desktop.

Select an option

Save epintos/12f847ac9b4a2303f7a2 to your computer and use it in GitHub Desktop.
Document
class Document < ActiveRecord::Base
validates :name, uniqueness: { scope: [:description, :date] }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment