Class: ForemanDatacenter::DeviceBayTemplate

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Authorizable, ScopedSearchExtensions
Defined in:
app/models/foreman_datacenter/device_bay_template.rb

Instance Method Summary collapse

Instance Method Details

#attrs_to_copyObject



13
14
15
# File 'app/models/foreman_datacenter/device_bay_template.rb', line 13

def attrs_to_copy
  attributes.slice('name')
end