add helper methods to display form_fields

This commit is contained in:
Stefan Tollkühn
2025-07-23 11:37:24 +02:00
parent bc0df35259
commit 576804fa74
4 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
module SubprojectAddressesHelper
def subproject_address_form_fields
[:streetname, :zipcode, :city, :country]
end
end