mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
Added missing param
This commit is contained in:
parent
b44c757602
commit
47849e3d36
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module Repp
|
|||
private
|
||||
|
||||
def white_ip_params
|
||||
params.require(:white_ip).permit(:ipv4, :ipv6, interfaces: [])
|
||||
params.require(:white_ip).permit(:id, :ipv4, :ipv6, interfaces: [])
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue