Sha256: cd006ff2762b4ef1bcd87eb138539e369032805f53970c2c8d3a9116d9a2fd1d

Contents?: true

Size: 226 Bytes

Versions: 2

Compression:

Stored size: 226 Bytes

Contents

module BloomRemit
  module Api
    module V1
      class TxnsController < ApplicationController

        respond_to :json

        def update
          respond Txns::Operations::Update
        end

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bloom_remit-0.1.0 app/controllers/bloom_remit/api/v1/txns_controller.rb
bloom_remit-0.0.1 app/controllers/bloom_remit/api/v1/txns_controller.rb