Added projects
This commit is contained in:
parent
0964187f22
commit
8b4ffb83ec
37 changed files with 470 additions and 1935 deletions
2
app/views/projects/_project.json.jbuilder
Normal file
2
app/views/projects/_project.json.jbuilder
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
json.extract! project, :id, :name, :created_at, :updated_at
|
||||
json.url project_url(project, format: :json)
|
||||
Loading…
Add table
Add a link
Reference in a new issue