Project

General

Profile

Download (150 Bytes) Statistics
| Branch: | Tag: | Revision:

foreman-docker / app / models / docker_image.rb @ 3bc253a2

1
class DockerImage < ActiveRecord::Base
2
  has_many :docker_tags, :dependent => :destroy
3
  has_many :containers
4

    
5
  attr_accessible :image_id, :size
6
end