Remove todo

This commit is contained in:
Martin Lensment 2015-04-23 10:43:33 +03:00
parent 79f76b2ccf
commit d3c17ce4e3

View file

@ -14,7 +14,6 @@ class LegalDocument < ActiveRecord::Base
break unless File.file?(path)
end
# TODO: Change path for test env
File.open(path, 'wb') { |f| f.write(Base64.decode64(body)) } unless Rails.env.test?
self.path = path
end