##RailsAdmin Bootstrap Flatly theme.
In your Gemfile:
gem 'rails_admin_flatly_theme', github: 'konjoot/rails_admin_flatly_theme'Inside config/application.rb, just after Bundler.require:
ENV['RAILS_ADMIN_THEME'] = 'flatly_theme'Then run bundle, rake assets:clean and finally rake assets:precompile.
May be you should run rm -rf tmp/cache/assets/development/, for changes to take effect.
This project distributes under MIT-LICENSE.
