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