Project

General

Profile

« Previous | Next » 

Revision 229d7436

Added by Joseph Magen over 10 years ago

fixes #3975 - add audit to classes Domain, Subnet, SmartProxy, Role, Usergroup, AuthSource, Image, Bookmark that were not audited

View differences:

app/models/smart_proxy.rb
class SmartProxy < ActiveRecord::Base
include Authorization
include Taxonomix
audited :allow_mass_assignment => true
attr_accessible :name, :url, :location_ids, :organization_ids
EnsureNotUsedBy.new(:hosts, :hostgroups, :subnets, :domains, :puppet_ca_hosts, :puppet_ca_hostgroups)

Also available in: Unified diff