remove length of issue content

according to #2677
This commit is contained in:
Valeriy Sizov 2013-01-22 17:15:22 +02:00
parent 69ec189ad2
commit 745c0dfa57

View file

@ -24,8 +24,6 @@ class Issue < ActiveRecord::Base
acts_as_taggable_on :labels
validates :description, length: { within: 0..10000 }
def self.open_for(user)
opened.assigned(user)
end