Project

General

Profile

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

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

1
class DockerTag < ActiveRecord::Base
2
  belongs_to :docker_image
3

    
4
  attr_accessible :tag, :docker_image_id
5

    
6
  validates :docker_image_id, :presence => true
7
end