few fixes

This commit is contained in:
gitlabhq 2011-10-18 11:21:44 +03:00
parent 2daa6161fd
commit 5a5845e490
3 changed files with 10 additions and 9 deletions

View file

@ -29,7 +29,7 @@ class Project < ActiveRecord::Base
:uniqueness => true,
:format => { :with => /^[a-zA-Z0-9_\-]*$/,
:message => "only letters, digits & '_' '-' allowed" },
:length => { :within => 3..16 }
:length => { :within => 3..255 }
validates :owner,
:presence => true