|
added unit tests for question. removed unused methods from question. fixed guidance_for_question method so that it does not require us to pass in itself (was qustion.guidance_by_question(question, org) - now question.guidance_for_org(org)) and updated template that calls method accordingly
|
|---|
|
|
| app/models/question.rb |
|---|
| app/models/section.rb |
|---|
| app/views/templates/_guidance_display.html.erb |
|---|
| test/unit/question_test.rb 0 → 100644 |
|---|