mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Add support for asice document format
This commit is contained in:
parent
fc9cff675e
commit
95ed1bbf47
5 changed files with 64 additions and 63 deletions
|
@ -6,7 +6,7 @@ class LegalDocument < ActiveRecord::Base
|
|||
if ENV['legal_document_types'].present?
|
||||
TYPES = ENV['legal_document_types'].split(',').map(&:strip)
|
||||
else
|
||||
TYPES = %w(pdf bdoc ddoc zip rar gz tar 7z odt doc docx).freeze
|
||||
TYPES = %w(pdf asice bdoc ddoc zip rar gz tar 7z odt doc docx).freeze
|
||||
end
|
||||
|
||||
attr_accessor :body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue