Make RailsAdmin use Sprockets again

This commit is contained in:
Andreas Nedbal 2023-01-03 12:30:53 +01:00 committed by Andreas Nedbal
parent 219a4fbbbc
commit 3799640538
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# workaround to get pagination right
RailsAdmin.config do |config|
config.asset_source = :webpacker
config.asset_source = :sprockets
config.main_app_name = %w[justask Kontrollzentrum]
config.parent_controller = "::ApplicationController"