Sha256: 4923a106f246cc2552f8b63c595785aee716803737ce12420fce7994010fad67

Contents?: true

Size: 247 Bytes

Versions: 1

Compression:

Stored size: 247 Bytes

Contents

module Unidom::Party::Concerns::AsSourceParty

  extend ActiveSupport::Concern

  included do |includer|

    has_many :target_party_relations, class_name: 'Unidom::Party::PartyRelation', as: :source_party

  end

  module ClassMethods
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unidom-party-1.1 app/models/unidom/party/concerns/as_source_party.rb