Revision cc6d0d73
Added by David Davis almost 7 years ago
app/models/docker_container_wizard_states/environment.rb | ||
---|---|---|
3 | 3 |
self.table_name_prefix = 'docker_container_wizard_states_' |
4 | 4 |
belongs_to :wizard_state, :class_name => DockerContainerWizardState |
5 | 5 |
|
6 |
attr_accessible :tty, :docker_container_wizard_state_id, |
|
7 |
:attach_stdin, :attach_stdout, :attach_stderr, |
|
8 |
:exposed_ports_attributes, :environment_variables_attributes, |
|
9 |
:dns_attributes |
|
10 | 6 |
# Fix me: |
11 | 7 |
# Validations are off on this association as there's a bug in ::Parameter |
12 | 8 |
# that forces validation of reference_id. This will fail on new records as |
Also available in: Unified diff
Fixes #15888 - Remove attr_accessible calls