File: book.rb

package info (click to toggle)
ruby-gettext-activerecord 2.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 624 kB
  • sloc: ruby: 2,895; makefile: 6
file content (3 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (2)
1
2
3
class Book < ActiveRecord::Base
  validates_length_of :title, :minimum => 10
end