Class: LinkedRails::ManifestsController
- Inherits:
-
Object
- Object
- LinkedRails::ManifestsController
- Defined in:
- app/controllers/linked_rails/manifests_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/linked_rails/manifests_controller.rb', line 5 def show render json: current_resource.web_manifest end |
#tenant ⇒ Object
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 |