Updated some controllers to inherit from EmptyController
• Updated: - some controllers to inherit from EmptyController
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class ManifestsController < ApplicationController
|
||||
skip_before_action :store_current_location
|
||||
class ManifestsController < EmptyController
|
||||
|
||||
def show
|
||||
render json: InstancePresenter.new, serializer: ManifestSerializer
|
||||
|
||||
Reference in New Issue
Block a user