Merge branch 'dev_change_route' into dev_devops

This commit is contained in:
Jasder
2020-08-14 18:21:04 +08:00
15 changed files with 309 additions and 19 deletions

View File

@@ -9,7 +9,8 @@ class ApplicationController < ActionController::Base
include GitHelper
include LoggerHelper
include LoginHelper
include RegisterHelper
protect_from_forgery prepend: true, unless: -> { request.format.json? }
before_action :check_sign