|
renamed suggested_answer files to annotations
|
|---|
|
|
| app/controllers/annotations_controller.rb 0 → 100644 |
|---|
| app/controllers/suggested_answers_controller.rb 100644 → 0 |
|---|
| app/models/suggested_answer.rb 100644 → 0 |
|---|
| app/policies/annotation_policy.rb 0 → 100644 |
|---|
| app/policies/suggested_answer_policy.rb 100644 → 0 |
|---|
| app/views/annotations/_add_annotation.html.erb 0 → 100644 |
|---|
| app/views/annotations/_edit_annotation.html.erb 0 → 100644 |
|---|
| app/views/annotations/_show_annotation.html.erb 0 → 100644 |
|---|
| app/views/suggested_answers/_add_suggested_answer.html.erb 100644 → 0 |
|---|
| app/views/suggested_answers/_edit_suggested_answer.html.erb 100644 → 0 |
|---|
| app/views/suggested_answers/_show_suggested_answer.html.erb 100644 → 0 |
|---|