Sha256: ec2378157b59f2aaab2427f3c4b1b5dfebee042c5685eec2329b2c90e323f8de

Contents?: true

Size: 303 Bytes

Versions: 2

Compression:

Stored size: 303 Bytes

Contents

module DockerContainerWizardStates
  class Configuration < ApplicationRecord
    self.table_name_prefix = 'docker_container_wizard_states_'
    belongs_to :wizard_state, :class_name => DockerContainerWizardState,
                              :foreign_key => :docker_container_wizard_state_id
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foreman_docker-4.0.0 app/models/docker_container_wizard_states/configuration.rb
foreman_docker-3.2.0 app/models/docker_container_wizard_states/configuration.rb