FIX: don't return 200s when login is required to paths

When running `ensure_login_required` it should always happen prior to
`check_xhr` cause check xhr will trigger a 200 response
This commit is contained in:
Sam
2018-02-01 12:26:45 +11:00
parent 7d2283167a
commit f2e7b74d88
28 changed files with 81 additions and 59 deletions

View File

@ -1,6 +1,5 @@
class DraftController < ApplicationController
before_action :ensure_logged_in
# TODO really do we need to skip this?
prepend_before_action :ensure_logged_in
skip_before_action :check_xhr, :preload_json
def show