Sha256: e8a8eab305acd0fdef422c380bc67151840f2cc570e35f73dfc1662c9e10c825
Contents?: true
Size: 276 Bytes
Versions: 7
Compression:
Stored size: 276 Bytes
Contents
class EnvironmentVariable < DockerParameter belongs_to :container, :foreign_key => :reference_id, :inverse_of => :environment_variables audited :associated_with => :container, :allow_mass_assignment => true validates :key, :uniqueness => { :scope => :reference_id } end
Version data entries
7 entries across 7 versions & 1 rubygems