Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created December 2, 2016 09:21
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 luckyruby/526d29bac545631cf405bd5db60e0342 to your computer and use it in GitHub Desktop.
Save luckyruby/526d29bac545631cf405bd5db60e0342 to your computer and use it in GitHub Desktop.
validates :last_name,
uniqueness: {
scope: [:first_name, :course_id, :user_id],
case_sensitive: false,
message: "This student has already been registered."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment