]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/issue_comment.rb
Remove redundant presence validation on belongs_to
[rails.git] / app / models / issue_comment.rb
index 69aa8bde931b398ff18e134412ba3886a259849f..07647d67946f221564dc7667065ee8f737c99aa0 100644 (file)
@@ -25,6 +25,4 @@ class IssueComment < ApplicationRecord
   belongs_to :user
 
   validates :body, :presence => true, :characters => true
-  validates :user, :presence => true
-  validates :issue, :presence => true
 end