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