Merge branch 'story/105855968-directo' into staging

# Conflicts:
#	config/locales/en.yml
This commit is contained in:
Vladimir Krylov 2016-03-16 17:51:06 +02:00
commit 0779657b41
7 changed files with 14 additions and 10 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