Files
gitlink-forgeplus/app/controllers/sync_forge_controller.rb
2020-03-11 18:07:31 +08:00

7 lines
127 B
Ruby

class SyncForgeController < ApplicationController
def create
SyncForgeJob.perform_later(params[:sync_params])
end
end