gitcoinco/code_fund_ads

View on GitHub
app/views/properties/_property.json.jbuilder

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

json.extract! property, :id, :created_at, :updated_at
json.url property_url(property, format: :json)