mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 06:44:52 +00:00
6 lines
135 B
Ruby
6 lines
135 B
Ruby
class SecuritiesController < ApplicationController
|
|
def import
|
|
SecuritiesImportJob.perform_later(params[:exchange_mic])
|
|
end
|
|
end
|