Revision cc6d0d73
Added by David Davis almost 7 years ago
app/models/environment_variable.rb | ||
---|---|---|
2 | 2 |
belongs_to :container, :foreign_key => :reference_id, :inverse_of => :environment_variables |
3 | 3 |
audited :except => [:priority], :associated_with => :container, :allow_mass_assignment => true |
4 | 4 |
validates :name, :uniqueness => { :scope => :reference_id } |
5 |
attr_accessible :priority |
|
6 | 5 |
end |
Also available in: Unified diff
Fixes #15888 - Remove attr_accessible calls