Skip to content

Commit

Permalink
Remove ddoc legal document support in registrar area
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Beljajev committed Mar 5, 2017
1 parent b4bbb17 commit faeb784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def changing_css_class(version, *attrs)

def legal_document_types
types = LegalDocument::TYPES.dup
types.delete('ddoc')
".#{types.join(',.')}"
end
end

0 comments on commit faeb784

Please sign in to comment.