class ActiveFedora::Indexers::NullIndexer

An indexer which does nothing with the given index object.

Public Instance Methods

index(_) click to toggle source
# File lib/active_fedora/indexers/null_indexer.rb, line 10
def index(_); end
new(_) click to toggle source
# File lib/active_fedora/indexers/null_indexer.rb, line 6
def new(_)
  self
end