Fix supplier poltergeist switch for waiting for app

This commit is contained in:
2016-06-15 17:13:44 +02:00
parent 6fee940181
commit 780332f6de
9 changed files with 67 additions and 52 deletions
-8
View File
@@ -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