|
moved some of the logic that was defaulting template attributes in the controller over to the model. Fixed tests DMPRoadmap/roadmap#251 DMPRoadmap/roadmap#273
|
|---|
|
|
| app/controllers/phases_controller.rb |
|---|
| app/controllers/questions_controller.rb |
|---|
| app/controllers/sections_controller.rb |
|---|
| app/controllers/templates_controller.rb |
|---|
| app/models/phase.rb |
|---|
| app/models/question.rb |
|---|
| app/models/section.rb |
|---|
| app/models/template.rb |
|---|
| app/views/templates/admin_index.html.erb |
|---|
| test/functional/templates_controller_test.rb |
|---|
| test/integration/template_versioning_test.rb |
|---|
| test/unit/org_test.rb |
|---|
| test/unit/template_test.rb |
|---|