Sha256: 789ec542d42a444552af8b976a2f1e80622fbd780de0a45279f50ef3259dc74f
Contents?: true
Size: 295 Bytes
Versions: 3
Compression:
Stored size: 295 Bytes
Contents
class EnvironmentTxnContext < ActiveRecord::Base attr_protected :created_at, :updated_at has_one :base_txn_context, :as => :txn_context_record def after_create base_txn_context = BaseTxnContext.new base_txn_context.txn_context_record = self base_txn_context.save end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
erp_rules-4.2.0 | app/models/environment_txn_context.rb |
erp_rules-4.0.0 | app/models/environment_txn_context.rb |
erp_rules-3.1.0 | app/models/environment_txn_context.rb |