mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
Refactor registrars
- Reorganize views - Improve database structure - Use default translations - Combine tests
This commit is contained in:
parent
59e9b16dfa
commit
efb63399b2
27 changed files with 287 additions and 353 deletions
|
@ -58,12 +58,12 @@ module Admin
|
|||
def registrar_params
|
||||
params.require(:registrar).permit(:name,
|
||||
:reg_no,
|
||||
:street,
|
||||
:city,
|
||||
:state,
|
||||
:zip,
|
||||
:country_code,
|
||||
:email,
|
||||
:address_street,
|
||||
:address_zip,
|
||||
:address_city,
|
||||
:address_state,
|
||||
:address_country_code,
|
||||
:phone,
|
||||
:website,
|
||||
:code,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue