Skip to content

Commit

Permalink
Remove legal document .ddoc support
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Jan 31, 2017
1 parent 3638544 commit 189cfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/legal_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 bdoc zip rar gz tar 7z odt doc docx).freeze
end

attr_accessor :body
Expand Down

0 comments on commit 189cfb7

Please sign in to comment.