Skip to content

Commit

Permalink
Merge branch 'master' into filter_support
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaso committed Jul 26, 2012
2 parents 769a34c + 3bdb4f3 commit 6dfaae1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -52,7 +52,8 @@ rails/all includes elements requiring ActiveRecord::Connection ...
Execute:

$ bundle
$ rails g devise:install
$ rails g devise:install
$ rails g active_admin:install

Check that the generated initializers/devise.rb file requires mongoid orm.
You may find a line like this :
Expand Down
1 change: 0 additions & 1 deletion lib/active_admin/mongoid.rb
Expand Up @@ -13,7 +13,6 @@ def setup *args, &block

require 'active_admin/mongoid/adaptor'
require 'active_admin/mongoid/comments'
require 'active_admin/mongoid/form_builder'
require 'active_admin/mongoid/filter_form_builder'
require 'active_admin/mongoid/resource'
require 'active_admin/mongoid/document'
Expand Down
13 changes: 0 additions & 13 deletions lib/active_admin/mongoid/form_builder.rb

This file was deleted.

0 comments on commit 6dfaae1

Please sign in to comment.