Sha256: 0fabbc868911aff3de0e176e340b6f2a6471719ef3588b985263681cd1dc86b8

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

module Unidom::Action::Concerns::AsSearcherParty

  extend ActiveSupport::Concern

  included do |includer|

    has_many :searched_searchings, class_name: 'Unidom::Action::Searching', as: :searcher_party

  end

  module ClassMethods
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unidom-action-1.14 app/models/unidom/action/concerns/as_searcher_party.rb