forgeplus/app/controllers/sync_forge_controller.rb

7 lines
127 B
Ruby
Raw Normal View History

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