Class: Bitsy::V1::SyncsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/bitsy/v1/syncs_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



5
6
7
# File 'app/controllers/bitsy/v1/syncs_controller.rb', line 5

def create
  TransactionsSyncJob.new.perform
end