Sorry, but I no longer work on ActiveAdmin often enough to justify mantaining this gem. Take it as it is. If you are interested to update and maintain the gem, please let me know! ❤️
Add this line to your application's Gemfile:
gem 'activeadmin-blog'
And then execute:
$ bundle
Or install it yourself as:
$ gem install activeadmin-blog
gem 'chosen-rails'
rake activeadmin_blog:install:migrations
rake db:migrate
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request