Sha256: 98bdcd148f1d3556cf4f10a00ad187184214908128a92d747129d3d877eb0d0c
Contents?: true
Size: 433 Bytes
Versions: 28
Compression:
Stored size: 433 Bytes
Contents
class WcoHosting::File include Mongoid::Document include Mongoid::Timestamps include Mongoid::Paranoia store_in collection: 'wco_hosting_files' belongs_to :serverhost, class_name: 'WcoHosting::Serverhost' belongs_to :appliance, class_name: 'WcoHosting::Appliance' field :path, type: :string field :template_erb, type: :string field :pre_exe, type: :string field :post_exe, type: :string end
Version data entries
28 entries across 28 versions & 1 rubygems