remove conflict data

This commit is contained in:
phyusin
2018-02-27 14:35:21 +06:30
49 changed files with 1989 additions and 363 deletions

View File

@@ -1,10 +1,12 @@
class BaseOrigamiController < ApplicationController
class BaseOrigamiController < ActionController::Base
include LoginVerification
layout "origami"
# before_action :checkin_process
#before_action :check_installation
protect_from_forgery with: :exception
rescue_from CanCan::AccessDenied do |exception|
flash[:warning] = exception.message
# redirect_to origami_root_path