Add ability to translate server rules (#34494)

This commit is contained in:
Claire 2025-05-21 13:54:12 +02:00 committed by GitHub
parent 977164decc
commit 8c51a8ba94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 149 additions and 20 deletions

View file

@ -47,7 +47,7 @@ class InstancePresenter < ActiveModelSerializers::Model
end
def rules
Rule.ordered
Rule.ordered.includes(:translations)
end
def user_count