# activeadmin-mongomapper **Repository Path**: rubygems/activeadmin-mongomapper ## Basic Information - **Project Name**: activeadmin-mongomapper - **Description**: No description available - **Primary Language**: Ruby - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ActiveAdmin::Mongomapper Idea from [activeadmin-mongoid](https://github.com/elia/activeadmin-mongoid) ActiveAdmin hacks to support Mongomapper. Some ActiveAdmin features are disabled: - comments - sidebar filters For more on Mongomapper support in ActiveAdmin see [this issue](https://github.com/gregbell/active_admin/issues/26). ## Installation Add this line to your application's Gemfile: ```ruby gem 'mm-devise' gem 'activeadmin-mongomapper' ``` And then execute: $ bundle ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Copyright Copyright © 2012 Doabit. See LICENSE for details.