这个版本适用educoder,不适用trustie

This commit is contained in:
sylor_huang@126.com
2020-03-11 18:07:31 +08:00
parent 47555b73ae
commit 47eafd9f3c
5 changed files with 364 additions and 4 deletions

View File

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