Preparing 591 for merge. Restyled issues & merge requests. Fixed issue edit.

This commit is contained in:
Dmitriy Zaporozhets 2012-03-25 19:05:24 +03:00
parent b1d89f732c
commit 8652cd8989
9 changed files with 79 additions and 89 deletions

View file

@ -26,7 +26,6 @@ class Issue < ActiveRecord::Base
:length => { :within => 0..255 }
validates :description,
:presence => true,
:length => { :within => 0..2000 }
scope :critical, where(:critical => true)