Merge pull request #5338 from betagouv/fix-bill-dashboard

Fix broken bill dashboard page
This commit is contained in:
Keirua 2020-07-07 10:17:48 +02:00 committed by GitHub
commit 6c841cba12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,4 +19,8 @@ class BillSignatureDashboard < Administrate::BaseDashboard
:serialized,
:signature
].freeze
# The show page is disabled, but administrate requires the constant
# to be defined
SHOW_PAGE_ATTRIBUTES = [].freeze
end