3 lines
105 B
Ruby
3 lines
105 B
Ruby
json.extract! project, :id, :name, :created_at, :updated_at
|
|
json.url project_url(project, format: :json)
|