mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 07:29:09 +01:00
Make RailsAdmin use Sprockets again
This commit is contained in:
parent
219a4fbbbc
commit
3799640538
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue