add shared "common" template with kind and etag
[arvados.git] / app / models / pipeline.rb
1 class Pipeline < ActiveRecord::Base
2   include AssignUuid
3   serialize :components, Hash
4 end