renamed comments to notes
dev
1 parent 64f3b2a commit 370a99709ac402026861bda3389b395554d107c0
@xsrust xsrust authored on 5 Jan 2017
Showing 17 changed files
View
app/controllers/comments_controller.rb 100644 → 0
View
app/controllers/notes_controller.rb 0 → 100644
View
app/policies/comment_policy.rb 100644 → 0
View
app/policies/note_policy.rb 0 → 100644
View
app/views/plans/_add_comment.html.erb 100644 → 0
View
app/views/plans/_add_note.html.erb 0 → 100644
View
app/views/plans/_archive_comment.html.erb 100644 → 0
View
app/views/plans/_archive_note.html.erb 0 → 100644
View
app/views/plans/_comments.html.erb 100644 → 0
View
app/views/plans/_edit_comment.html.erb 100644 → 0
View
app/views/plans/_edit_note.html.erb 0 → 100644
View
app/views/plans/_list_comments.html.erb 100644 → 0
View
app/views/plans/_list_notes.html.erb 0 → 100644
View
app/views/plans/_note.html.erb 0 → 100644
View
app/views/plans/_view_comment.html.erb 100644 → 0
View
app/views/plans/_view_note.html.erb 0 → 100644
View
config/routes.rb