Commit 745c0dfa authored by Valeriy Sizov's avatar Valeriy Sizov

remove length of issue content

according to #2677
parent 69ec189a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment