Sha256: e061b90486f1a18996e527828c5d7a7fa2b4b239242c2960d96f6a328895e721

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

module VoluntaryFeedback
  module Concerns
    module Model
      module User
        module HasCommunities
          extend ActiveSupport::Concern
          
          included do
            has_many :communities, through: :organizations
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
voluntary_feedback-0.1.0 lib/voluntary_feedback/concerns/model/user/has_communities.rb