mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
parent
ff9372baea
commit
396f74cfb1
1 changed files with 15 additions and 4 deletions
|
@ -63,10 +63,21 @@ module Admin
|
||||||
end
|
end
|
||||||
|
|
||||||
def registrar_params
|
def registrar_params
|
||||||
params.require(:registrar).permit(
|
params.require(:registrar).permit(:name,
|
||||||
:name, :reg_no, :vat_no, :street, :city, :state, :zip, :billing_address,
|
:reg_no,
|
||||||
:country_code, :email, :phone, :website, :billing_email, :code, :test_registrar
|
:vat_no,
|
||||||
)
|
:street,
|
||||||
|
:city,
|
||||||
|
:state,
|
||||||
|
:zip,
|
||||||
|
:billing_address,
|
||||||
|
:country_code,
|
||||||
|
:email,
|
||||||
|
:phone,
|
||||||
|
:website,
|
||||||
|
:billing_email,
|
||||||
|
:code,
|
||||||
|
:test_registrar)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue