]> git.openstreetmap.org Git - rails.git/commit
Move diary comments index action to comments controller
authorAnton Khorev <tony29@yandex.ru>
Mon, 10 Jun 2024 13:09:07 +0000 (16:09 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 10 Jun 2024 13:32:53 +0000 (16:32 +0300)
commit6624beff110cbbe20709e2ca18dcc9668c3126fe
tree791eef9d8d0543d72c7ad73a6a5953e630efc172
parent63a323dbe3e57ef671737a3eb163acf41f74ef30
Move diary comments index action to comments controller
app/abilities/ability.rb
app/controllers/diary_comments_controller.rb [new file with mode: 0644]
app/controllers/diary_entries_controller.rb
app/views/diary_comments/index.html.erb [moved from app/views/diary_entries/comments.html.erb with 89% similarity]
config/locales/en.yml
config/routes.rb
test/abilities/abilities_test.rb
test/controllers/diary_comments_controller_test.rb [new file with mode: 0644]
test/controllers/diary_entries_controller_test.rb