define SHOW_PAGE_ATTRIBUTES for bill dashboard
This commit is contained in:
parent
11b9847a33
commit
90efbe66a9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue