Commit 745c0dfa5768ffa5cb190d280127c8c5d1f6a5e4
1 parent
69ec189a
Exists in
master
and in
4 other branches
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,8 +24,6 @@ class Issue < ActiveRecord::Base | ||
24 | 24 | ||
25 | acts_as_taggable_on :labels | 25 | acts_as_taggable_on :labels |
26 | 26 | ||
27 | - validates :description, length: { within: 0..10000 } | ||
28 | - | ||
29 | def self.open_for(user) | 27 | def self.open_for(user) |
30 | opened.assigned(user) | 28 | opened.assigned(user) |
31 | end | 29 | end |