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