Skip to content

Instantly share code, notes, and snippets.

@liangzan
Created September 11, 2010 03:03
Show Gist options
  • Save liangzan/574725 to your computer and use it in GitHub Desktop.
Save liangzan/574725 to your computer and use it in GitHub Desktop.
class Event < ActiveRecord::Base
validates_length_of :title, :minimum => 5
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment