]> git.openstreetmap.org Git - rails.git/commit
Skeleton to implement each type of web notification
authorPablo Brasero <pablo@pablobm.com>
Mon, 20 Apr 2026 14:26:48 +0000 (15:26 +0100)
committerPablo Brasero <pablo@pablobm.com>
Thu, 23 Jul 2026 09:14:07 +0000 (10:14 +0100)
commit4eb17c5a5fde6fc26be87579d2bf5b50e660063b
tree910d5641507f02cc590facf94b9298bb6bb473d1
parent3163c3f8e90f5545c1527bcbf501145ae24b51f6
Skeleton to implement each type of web notification
.rubocop_todo.yml
app/controllers/notifications_controller.rb
app/models/user.rb
app/models/user_notifications.rb [new file with mode: 0644]
app/views/notifications/index.html.erb
test/factories/notifications.rb