|
updated additional parts of the admin_phase view to use the new schema's data access. Additionally changed models for suggested_answer, user, guidance_group and question to better reflect the associations in the schema
|
|---|
|
|
| app/controllers/templates_controller.rb |
|---|
| app/models/guidance_group.rb |
|---|
| app/models/question.rb |
|---|
| app/models/suggested_answer.rb |
|---|
| app/models/user.rb |
|---|
| app/views/templates/_add_suggested_answer.html.erb |
|---|
| app/views/templates/_edit_question.html.erb |
|---|
| app/views/templates/_edit_suggested_answer.html.erb |
|---|
| app/views/templates/_guidance_display.html.erb |
|---|
| app/views/templates/_show_question.html.erb |
|---|