0
0
Fork 0

Add icon field to instance endpoint (#30205)

This commit is contained in:
Renaud Chaput 2024-08-22 12:04:27 +02:00 committed by GitHub
parent 376088f6da
commit 4a968cb7a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 60 additions and 47 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
class ManifestSerializer < ActiveModel::Serializer
include ApplicationHelper
include InstanceHelper
include RoutingHelper
include ActionView::Helpers::TextHelper