Sha256: 27d3a39b7431dc0b9fa930322e73f1fba88edf0ffbaeaf7cdf5351ebb026da74
Contents?: true
Size: 226 Bytes
Versions: 34
Compression:
Stored size: 226 Bytes
Contents
module Killbill #:nodoc: module Test #:nodoc: class TestResponse < ::Killbill::Plugin::ActiveMerchant::ActiveRecord::Response self.table_name = 'test_responses' has_one :test_transaction end end end
Version data entries
34 entries across 34 versions & 1 rubygems