mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Remove todo
This commit is contained in:
parent
79f76b2ccf
commit
d3c17ce4e3
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue