Sha256: 9518347a628cb59b2fc4e182bc91d490c2f0a9f13b73c1731f3d766543b6c47f

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

module VoluntaryFeedback
  module Concerns
    module Model
      module Organization
        module HasCommunities
          extend ActiveSupport::Concern
          
          included do
            has_many :communities
          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/organization/has_communities.rb