Skip to content

Instantly share code, notes, and snippets.

@ctcherry
Created December 11, 2010 07:25
Show Gist options
  • Select an option

  • Save ctcherry/737220 to your computer and use it in GitHub Desktop.

Select an option

Save ctcherry/737220 to your computer and use it in GitHub Desktop.
class Comment < ActiveRecord::Base
#...
validates_uniqueness_of :body
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment