Sha256: 8379caf751e419cb1d739496f606e5c39732565632d7b2db0bef45098379ba8e

Contents?: true

Size: 286 Bytes

Versions: 22

Compression:

Stored size: 286 Bytes

Contents

module Abstractor
  module Methods
    module Models
      module AbstractorSectionNameVariant
        def self.included(base)
          base.send :include, SoftDelete

          # Associations
          base.send :belongs_to, :abstractor_section
        end
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
abstractor-4.1.1 lib/abstractor/methods/models/abstractor_section_name_variant.rb
abstractor-4.1.0 lib/abstractor/methods/models/abstractor_section_name_variant.rb