File: user.rb

package info (click to toggle)
ruby-gettext-rails 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,408 kB
  • sloc: ruby: 1,042; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (3)
1
2
3
4
class User < ActiveRecord::Base
  validates_length_of :name, :minimum => 10
  validates_presence_of :lastupdate
end