Sha256: 8ddf8f6252d3e5680c5dcf7aa9766a6255ab5a5438a54e56a5baadaf4fa1f147
Contents?: true
Size: 248 Bytes
Versions: 8
Compression:
Stored size: 248 Bytes
Contents
module BraintreeRails class Modifications < SimpleDelegator include CollectionAssociation not_supported_apis(:build) def initialize(parent) super(parent.raw_object.send(self.class.name.demodulize.underscore)) end end end
Version data entries
8 entries across 8 versions & 1 rubygems