Project

General

Profile

Download (304 Bytes) Statistics
| Branch: | Tag: | Revision:

foreman-docker / app / models / docker_container_wizard_states / configuration.rb @ cc6d0d73

1
module DockerContainerWizardStates
2
  class Configuration < ActiveRecord::Base
3
    self.table_name_prefix = 'docker_container_wizard_states_'
4
    belongs_to :wizard_state, :class_name => DockerContainerWizardState,
5
                              :foreign_key => :docker_container_wizard_state_id
6
  end
7
end