Class: Hydra::ContentNegotiation::ReplacingGraphFinder

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/models/hydra/content_negotiation/replacing_graph_finder.rb

Overview

Decorator for Finder which replaces Fedora subjects in the graph with a configured URI

Instance Method Summary collapse

Instance Method Details

#graphObject



5
6
7
# File 'app/models/hydra/content_negotiation/replacing_graph_finder.rb', line 5

def graph
  graph_replacer.run
end