Sha256: b16a8189c1cef71b3fecff3076a9b21e1d833813a9db9d178d7b40f237d1c623
Contents?: true
Size: 286 Bytes
Versions: 41
Compression:
Stored size: 286 Bytes
Contents
class WcoHosting::Task include Mongoid::Document include Mongoid::Timestamps include Mongoid::Paranoia store_in collection: 'wco_tasks' belongs_to :task_tmpl, class_name: 'WcoHosting::TaskTmpl' belongs_to :appliance_tmpl, class_name: 'WcoHosting::ApplianceTmpl' end
Version data entries
41 entries across 41 versions & 1 rubygems