Sha256: 690c925bcf2b472a3befc4d920abb4552bf9e040a69f0c26b49c1b6c9b32f1fa
Contents?: true
Size: 287 Bytes
Versions: 94
Compression:
Stored size: 287 Bytes
Contents
# This is automatically mixed into every model passed to an operation # and provides the :parent_op accessor that is set to the enclosing # operation's instance. module RailsOps::ModelMixins::ParentOp extend ActiveSupport::Concern included do attr_accessor :parent_op end end
Version data entries
94 entries across 94 versions & 1 rubygems