module Runcible module Extensions class Distribution < Runcible::Extensions::Unit def self.content_type 'distribution' end end end end