Skip to content

Instantly share code, notes, and snippets.

@mrb
Created December 17, 2008 22:06
Show Gist options
  • Save mrb/37255 to your computer and use it in GitHub Desktop.
Save mrb/37255 to your computer and use it in GitHub Desktop.
def unique_name
errors.add_to_base "Full Name must be Unique" if Author.all.collect{|x| x.title}.include?("#{lastname.upcase}, #{firstname.upcase}")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment