Fix supplier poltergeist switch for waiting for app
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
class PagesController < ::ApplicationController
|
||||
include Cmtool::Includes::PagesController
|
||||
|
||||
def show
|
||||
if request.format.json?
|
||||
render json: {}, status: :not_found
|
||||
else
|
||||
super
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user