From 90efbe66a98efb4d3601178b0fc7710456b593aa Mon Sep 17 00:00:00 2001 From: clemkeirua Date: Tue, 7 Jul 2020 09:30:39 +0200 Subject: [PATCH] define SHOW_PAGE_ATTRIBUTES for bill dashboard --- app/dashboards/bill_signature_dashboard.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/dashboards/bill_signature_dashboard.rb b/app/dashboards/bill_signature_dashboard.rb index 91e5d7d1f..3489ca43e 100644 --- a/app/dashboards/bill_signature_dashboard.rb +++ b/app/dashboards/bill_signature_dashboard.rb @@ -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