|
renamed comments to notes
|
|---|
|
|
| app/controllers/comments_controller.rb 100644 → 0 |
|---|
| app/controllers/notes_controller.rb 0 → 100644 |
|---|
| app/policies/comment_policy.rb 100644 → 0 |
|---|
| app/policies/note_policy.rb 0 → 100644 |
|---|
| app/views/plans/_add_comment.html.erb 100644 → 0 |
|---|
| app/views/plans/_add_note.html.erb 0 → 100644 |
|---|
| app/views/plans/_archive_comment.html.erb 100644 → 0 |
|---|
| app/views/plans/_archive_note.html.erb 0 → 100644 |
|---|
| app/views/plans/_comments.html.erb 100644 → 0 |
|---|
| app/views/plans/_edit_comment.html.erb 100644 → 0 |
|---|
| app/views/plans/_edit_note.html.erb 0 → 100644 |
|---|
| app/views/plans/_list_comments.html.erb 100644 → 0 |
|---|
| app/views/plans/_list_notes.html.erb 0 → 100644 |
|---|
| app/views/plans/_note.html.erb 0 → 100644 |
|---|
| app/views/plans/_view_comment.html.erb 100644 → 0 |
|---|
| app/views/plans/_view_note.html.erb 0 → 100644 |
|---|
| config/routes.rb |
|---|