|
updated api templates endpoints to use new data access
|
|---|
|
|
| app/controllers/api/v0/base_controller.rb |
|---|
| app/controllers/api/v0/dmptemplates_controller.rb 100644 → 0 |
|---|
| app/controllers/api/v0/plans_controller.rb 0 → 100644 |
|---|
| app/controllers/api/v0/projects_controller.rb 100644 → 0 |
|---|
| app/controllers/api/v0/templates_controller.rb 0 → 100644 |
|---|
| app/models/org.rb |
|---|
| app/models/user.rb |
|---|
| app/views/api/v0/dmptemplates/index.json.jbuilder 100644 → 0 |
|---|
| app/views/api/v0/plans/create.json.jbuilder 0 → 100644 |
|---|
| app/views/api/v0/plans/show.json.jbuilder 0 → 100644 |
|---|
| app/views/api/v0/projects/create.json.jbuilder 100644 → 0 |
|---|
| app/views/api/v0/projects/show.json.jbuilder 100644 → 0 |
|---|
| app/views/api/v0/templates/index.json.jbuilder 0 → 100644 |
|---|
| config/routes.rb |
|---|