Added price_currency to strong params method

This commit is contained in:
Edward Phillips 2019-07-13 22:48:47 +02:00
parent 17488e11c7
commit 0d7a42ae64
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ module Admin
:vpositions_attributes, :use_volunteers, :color,
:sponsorship_levels_attributes, :sponsors_attributes,
:registration_limit, :organization_id, :ticket_layout,
:booth_limit)
:booth_limit, :price_currency)
end
end
end