mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
disable space projects
This commit is contained in:
parent
185084f244
commit
c9d6df13f9
@ -5,6 +5,8 @@ json.space_files_attributes @space.space_files do |f|
|
||||
json.attachment f.attachment_identifier
|
||||
json.attachment_url f.attachment_url
|
||||
end
|
||||
json.space_projects @space.projects do |p|
|
||||
json.extract! p, :slug, :name
|
||||
end
|
||||
# Unused for the moment. May be used to show a list of projects
|
||||
# using the space in the space_show screen
|
||||
# json.space_projects @space.projects do |p|
|
||||
# json.extract! p, :slug, :name
|
||||
# end
|
Loading…
x
Reference in New Issue
Block a user