build tables for project and subproject/s views
This commit is contained in:
@@ -2,4 +2,8 @@ module SubprojectsHelper
|
||||
def subproject_form_fields
|
||||
[:subproject_name, :project_id, :client_id, :owner_id, :builder_id]
|
||||
end
|
||||
|
||||
def subproject_view_fields
|
||||
[:subproject_name, :project, :client, :owner, :builder]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user