Skip to content

Commit

Permalink
Merge pull request #15505 from enoodle/container_image_add_sti_mixin
Browse files Browse the repository at this point in the history
Adding sti mixin to container_image base class
  • Loading branch information
chessbyte committed Jul 6, 2017
2 parents c3dee35 + 9098055 commit 004f771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/container_image.rb
Expand Up @@ -5,6 +5,7 @@ class ContainerImage < ApplicationRecord
include TenantIdentityMixin
include CustomAttributeMixin
include ArchivedMixin
include NewWithTypeStiMixin
include_concern 'Purging'

DOCKER_IMAGE_PREFIX = "docker://"
Expand Down

0 comments on commit 004f771

Please sign in to comment.