Commit 745c0dfa5768ffa5cb190d280127c8c5d1f6a5e4

Authored by Valeriy Sizov
1 parent 69ec189a

remove length of issue content

according to #2677
Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/models/issue.rb
... ... @@ -24,8 +24,6 @@ class Issue < ActiveRecord::Base
24 24  
25 25 acts_as_taggable_on :labels
26 26  
27   - validates :description, length: { within: 0..10000 }
28   -
29 27 def self.open_for(user)
30 28 opened.assigned(user)
31 29 end
... ...