mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 22:05:07 +00:00
d'oh
This commit is contained in:
parent
c67523582c
commit
19f65de9bc
1 changed files with 1 additions and 1 deletions
|
|
@ -76,6 +76,6 @@ class AddressesController < ApplicationController
|
|||
end
|
||||
|
||||
def address_params
|
||||
params.require(:address).permit(:first_name, :last_name, :line_1, :line_2, :city, :state, :postal_code, :country)
|
||||
params.require(:address).permit(:first_name, :last_name, :line_1, :line_2, :city, :state, :postal_code, :country, :phone_number)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue