mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 09:49:17 +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
|
# workaround to get pagination right
|
||||||
RailsAdmin.config do |config|
|
RailsAdmin.config do |config|
|
||||||
config.asset_source = :webpacker
|
config.asset_source = :sprockets
|
||||||
config.main_app_name = %w[justask Kontrollzentrum]
|
config.main_app_name = %w[justask Kontrollzentrum]
|
||||||
config.parent_controller = "::ApplicationController"
|
config.parent_controller = "::ApplicationController"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue