Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patriciojofre/13e14e287ab12e3cdc5db8ee35d35525 to your computer and use it in GitHub Desktop.
Save patriciojofre/13e14e287ab12e3cdc5db8ee35d35525 to your computer and use it in GitHub Desktop.
validate uniqueness_of
it { should validate_uniqueness_of(:field_id).scoped_to(:other_field, :other_field).with_message("your message") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment