define SHOW_PAGE_ATTRIBUTES for bill dashboard

This commit is contained in:
clemkeirua 2020-07-07 09:30:39 +02:00 committed by Keirua (Rebase PR Action)
parent 11b9847a33
commit 90efbe66a9

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