Revision cc6d0d73
Added by David Davis almost 7 years ago
app/models/exposed_port.rb | ||
---|---|---|
1 | 1 |
class ExposedPort < Parameter |
2 |
attr_accessible :priority |
|
3 | 2 |
# The Parameter class from which ExposedPort class inherits,validates for the |
4 | 3 |
# presence of an associated domain, operating system, host or host group. We |
5 | 4 |
# will have to reset those validations for the ExposedPort class as they do |
Also available in: Unified diff
Fixes #15888 - Remove attr_accessible calls