Sha256: 70e2f872675687723e2c9cc01d2e93c221403dd5f43575f63bcf2e4d292e3219

Contents?: true

Size: 313 Bytes

Versions: 45

Compression:

Stored size: 313 Bytes

Contents

# frozen_string_literal: true

module ForemanPuppet
  module Types
    module LocationExtensions
      extend ActiveSupport::Concern

      included do
        has_many :environments, ForemanPuppet::Types::Environment
        has_many :puppetclasses, ForemanPuppet::Types::Puppetclass
      end
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
foreman_puppet-8.1.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-8.0.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-6.4.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-7.0.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-6.3.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-6.2.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-6.1.1 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-5.1.3 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-6.1.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-6.0.1 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-6.0.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-5.1.2 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-4.1.1 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-5.1.1 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-5.1.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-4.1.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-4.0.4 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-5.0.0 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-4.0.3 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb
foreman_puppet-4.0.2 app/graphgl/concerns/foreman_puppet/types/location_extensions.rb