Skip to content

Commit 4bcd161

Browse files
committed
comments completely disabled.
1 parent 15ece19 commit 4bcd161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/active_admin/mongoid/document.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def quote_column_name name
3737
# CLASS METHODS
3838

3939
included do
40-
include MetaSearch::Searches::Mongoid
40+
# include MetaSearch::Searches::Mongoid
4141

4242
unless respond_to? :primary_key
4343
class << self
@@ -145,6 +145,6 @@ def reflections *a
145145
end
146146

147147
Mongoid::Document.send :include, ActiveAdmin::Mongoid::Document
148-
Mongoid::Document.send :include, MetaSearch::Searches::Mongoid
148+
# Mongoid::Document.send :include, MetaSearch::Searches::Mongoid
149149

150150

0 commit comments

Comments
 (0)