Story#105855968 - change registrar parameter from exclude_in_monthly_directo to test_registrar be used more widely

This commit is contained in:
Vladimir Krylov 2016-03-16 17:48:35 +02:00
parent a950e9e4a7
commit c957bce553
5 changed files with 9 additions and 9 deletions

View file

@ -57,7 +57,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, :exclude_in_monthly_directo
:country_code, :email, :phone, :billing_email, :code, :test_registrar
)
end
end