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

@@ -1,2 +1,5 @@
module SubprojectsHelper
def subproject_form_fields
[:subproject_name, :project_id, :client_id, :owner_id, :builder_id]
end
end