Move github source to private server

This commit is contained in:
Zin Bo Thit
2026-01-29 12:00:13 +06:30
parent 417600b23e
commit 87cc77e0fb
27 changed files with 916 additions and 381 deletions

View File

@@ -3,6 +3,7 @@ class ApplicationController < ActionController::Base
include AuthorizationConcern
before_action :authenticate_user!
before_action :configure_permitted_parameters, if: :devise_controller?
before_action :set_current_user_department