Add registrar website to UI

#279
This commit is contained in:
Artur Beljajev 2017-02-21 17:49:34 +02:00
parent c14d15d7b7
commit c037166085
8 changed files with 88 additions and 2 deletions

View file

@ -62,7 +62,7 @@ class Admin::RegistrarsController < AdminController
def registrar_params
params.require(:registrar).permit(
:name, :reg_no, :vat_no, :street, :city, :state, :zip, :billing_address,
:country_code, :email, :phone, :billing_email, :code, :test_registrar
:country_code, :email, :phone, :website, :billing_email, :code, :test_registrar
)
end
end