mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 20:55:44 +02:00
Replace some hardcoded schema paths for method calls
This commit is contained in:
parent
a0d0ce3e00
commit
00a0be2341
59 changed files with 481 additions and 480 deletions
|
@ -3,7 +3,7 @@ module Builder
|
|||
def epp_head
|
||||
instruct!
|
||||
epp(
|
||||
'xmlns' => 'https://epp.tld.ee/schema/epp-ee-1.0.xsd',
|
||||
'xmlns' => ::Xsd::Schema.filename(for_prefix: 'epp-ee'),
|
||||
'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
|
||||
'xsi:schemaLocation' => 'lib/schemas/epp-ee-1.0.xsd'
|
||||
) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue