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

Version Path
wco_models-3.1.0.164 app/models/wco_hosting/file.rb
wco_models-3.1.0.163 app/models/wco_hosting/file.rb
wco_models-3.1.0.162 app/models/wco_hosting/file.rb
wco_models-3.1.0.161 app/models/wco_hosting/file.rb
wco_models-3.1.0.155 app/models/wco_hosting/file.rb
wco_models-3.1.0.154 app/models/wco_hosting/file.rb
wco_models-3.1.0.153 app/models/wco_hosting/file.rb
wco_models-3.1.0.152 app/models/wco_hosting/file.rb