mozo-user connection changes

This commit is contained in:
2015-09-06 17:29:34 +02:00
parent c55740be0a
commit 4ef7ecba41
13 changed files with 379 additions and 319 deletions
+8
View File
@@ -1,3 +1,11 @@
class PagesController < ::ApplicationController
include Cmtool::Includes::PagesController
def show
if request.format.json?
render json: {}, status: :not_found
else
super
end
end
end