class ActiveFedora::Indexers::NullIndexer
An indexer which does nothing with the given index object.
#
def index(_)
def index(_) end
def new(_)
def new(_) self end
An indexer which does nothing with the given index object.
#
def index(_) end
def new(_) self end