Skip to content

Commit

Permalink
comments completely disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhomart committed Nov 6, 2014
1 parent 15ece19 commit 4bcd161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/active_admin/mongoid/document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def quote_column_name name
# CLASS METHODS

included do
include MetaSearch::Searches::Mongoid
# include MetaSearch::Searches::Mongoid

unless respond_to? :primary_key
class << self
Expand Down Expand Up @@ -145,6 +145,6 @@ def reflections *a
end

Mongoid::Document.send :include, ActiveAdmin::Mongoid::Document
Mongoid::Document.send :include, MetaSearch::Searches::Mongoid
# Mongoid::Document.send :include, MetaSearch::Searches::Mongoid


0 comments on commit 4bcd161

Please sign in to comment.