]> git.openstreetmap.org Git - rails.git/commit
Create diary_comments resources for users
authorAnton Khorev <tony29@yandex.ru>
Sat, 18 Jan 2025 23:40:13 +0000 (02:40 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 18 Jan 2025 23:40:13 +0000 (02:40 +0300)
commit08292292f09723806e4ca61b93106020e9c5a354
tree4347a1f1eb9b9edce9e88095c3c6d6a63d6a1633
parent6f71b372fb1289e3733f9dbd929fd18efe850b13
Create diary_comments resources for users
app/controllers/diary_comments_controller.rb
app/controllers/users/diary_comments_controller.rb [new file with mode: 0644]
app/views/users/diary_comments/_page.html.erb [moved from app/views/diary_comments/_page.html.erb with 100% similarity]
app/views/users/diary_comments/index.html.erb [moved from app/views/diary_comments/index.html.erb with 100% similarity]
config/locales/en.yml
config/routes.rb
test/controllers/diary_comments_controller_test.rb
test/controllers/users/diary_comments_controller_test.rb [new file with mode: 0644]