Files
nairobi/config
Javi Martín 4adf712c26 Prepend custom assets to CONSUL assets
Rails 5 changed the initialization order, and now our initializers were
running before the `append_assets_path` initializer for each engine,
which prepended application assets to the custom assets we prepended in
the initializer.

Moving the code to the `config.after_initialize` code didn't work
either, since the paths added there were ignored by the application.

Adding another initializer to the Rails Engine is a hack, but solves the
problem.
2019-04-17 17:40:57 +02:00
..
2019-03-15 10:29:07 +01:00
2019-04-16 17:28:06 +02:00
2019-04-16 17:28:06 +02:00
2019-03-15 10:29:07 +01:00
2019-04-16 17:28:06 +02:00
2019-03-15 10:29:07 +01:00
2019-03-15 10:29:07 +01:00
2019-03-15 10:29:07 +01:00
2019-04-16 17:28:06 +02:00