]> git.openstreetmap.org Git - rails.git/commit
Move common pagination code to mixin
authorAnton Khorev <tony29@yandex.ru>
Thu, 14 Sep 2023 00:55:20 +0000 (03:55 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 25 Mar 2024 23:36:28 +0000 (02:36 +0300)
commitaddf99f1911ec617ba258e075a53d774dee2a672
tree77b9cb6c540cd6fbb1714e94895edbce96260eed
parent65d8d12a4d3bb190c0d7d38dbf7bb566473635dc
Move common pagination code to mixin
app/controllers/concerns/pagination_methods.rb [new file with mode: 0644]
app/controllers/diary_entries_controller.rb
app/controllers/traces_controller.rb
app/views/traces/index.html.erb