Class: LinkedRails::ManifestsController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/linked_rails/manifests_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
# File 'app/controllers/linked_rails/manifests_controller.rb', line 5

def show
  render json: current_resource.web_manifest
end

#tenantObject



9
10
11
12
13
# File 'app/controllers/linked_rails/manifests_controller.rb', line 9

def tenant
  render json: {
    iri_prefix: LinkedRails.iri.host
  }
end