Sha256: 7baf2ba977c779aa044cd1472e99374b7ec6244c13bf977ab2f70411d404e5ff
Contents?: true
Size: 294 Bytes
Versions: 5
Compression:
Stored size: 294 Bytes
Contents
class Factory class Proxy #:nodoc: class Create < Build #:nodoc: def result run_callbacks(:after_build) temp_attributes = @instance.attributes @instance.save! run_callbacks(:after_create,temp_attributes) @instance end end end end
Version data entries
5 entries across 5 versions & 1 rubygems