ActiveAdmin and additional custom CSS files
Lets say I have 2 css files, highlight.css and select2.css
In config/initializers/active_admin.rb
, I would add it like this:
config.register_stylesheet 'highlight.min.css'
config.register_stylesheet 'select2.css'
Note:
highlight.css and select2.css should be inside/under app/assets/stylesheets