5 lines
177 B
Ruby
5 lines
177 B
Ruby
json.array!(@projects) do |project|
|
|
json.extract! project, :id, :title, :status, :requirements, :design, :devops, :qalaunch
|
|
json.url project_url(project, format: :json)
|
|
end
|