mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
6 lines
230 B
Ruby
6 lines
230 B
Ruby
class DefaultFormBuilder < ActionView::Helpers::FormBuilder
|
|
def legal_document_field(method, options = {})
|
|
self.multipart = true
|
|
@template.legal_document_field(@object_name, method, objectify_options(options))
|
|
end
|
|
end
|