|
|
@ -1,6 +1,8 @@
|
|
|
|
# frozen_string_literal: true
|
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
|
|
|
|
class ManifestsController < ApplicationController
|
|
|
|
class ManifestsController < ApplicationController
|
|
|
|
|
|
|
|
skip_before_action :store_current_location
|
|
|
|
|
|
|
|
|
|
|
|
def show
|
|
|
|
def show
|
|
|
|
render json: InstancePresenter.new, serializer: ManifestSerializer
|
|
|
|
render json: InstancePresenter.new, serializer: ManifestSerializer
|
|
|
|
end
|
|
|
|
end
|
|
|
|