Project

General

Profile

Revision cc6d0d73

Added by David Davis almost 7 years ago

Fixes #15888 - Remove attr_accessible calls

View differences:

app/models/docker_container_wizard_states/image.rb
7 7

  
8 8
    validates :tag,             :presence => true
9 9
    validates :repository_name, :presence => true
10

  
11
    attr_accessible :repository_name, :tag, :wizard_state, :registry_id, :capsule_id, :katello
12 10
  end
13 11
end

Also available in: Unified diff