mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Add default form builder
This commit is contained in:
parent
9a6f5939c4
commit
53de03bd2e
5 changed files with 29 additions and 0 deletions
|
@ -83,4 +83,9 @@ module ApplicationHelper
|
|||
version.object_changes.to_h.slice(*attrs).any? && css_class
|
||||
end
|
||||
end
|
||||
|
||||
def legal_document_types
|
||||
types = LegalDocument::TYPES.dup
|
||||
".#{types.join(',.')}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue