manifests_controller.rb (173B)
- # frozen_string_literal: true
- class ManifestsController < ApplicationController
- def show
- render json: InstancePresenter.new, serializer: ManifestSerializer
- end
- end
git clone https://hacktivis.me/git/mastofe.git
manifests_controller.rb (173B)
- # frozen_string_literal: true
- class ManifestsController < ApplicationController
- def show
- render json: InstancePresenter.new, serializer: ManifestSerializer
- end
- end