精简model/controllers/views

This commit is contained in:
sylor_huang@126.com
2020-04-23 11:08:29 +08:00
parent 4f343c7967
commit 620c8754d4
166 changed files with 52 additions and 7743 deletions

View File

@@ -1,9 +0,0 @@
class SyncForgeController < ApplicationController
skip_before_action :user_setup
skip_before_action :check_sign
def create
SyncForgeJob.perform_later(params[:sync_params])
end
end