Sha256: 98bdcd148f1d3556cf4f10a00ad187184214908128a92d747129d3d877eb0d0c

Contents?: true

Size: 433 Bytes

Versions: 40

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

40 entries across 40 versions & 1 rubygems

Version Path
wco_models-3.1.0.199 app/models/wco_hosting/file.rb
wco_models-3.1.0.198 app/models/wco_hosting/file.rb
wco_models-3.1.0.197 app/models/wco_hosting/file.rb
wco_models-3.1.0.196 app/models/wco_hosting/file.rb
wco_models-3.1.0.195 app/models/wco_hosting/file.rb
wco_models-3.1.0.194 app/models/wco_hosting/file.rb
wco_models-3.1.0.193 app/models/wco_hosting/file.rb
wco_models-3.1.0.192 app/models/wco_hosting/file.rb
wco_models-3.1.0.191 app/models/wco_hosting/file.rb
wco_models-3.1.0.190 app/models/wco_hosting/file.rb
wco_models-3.1.0.189 app/models/wco_hosting/file.rb
wco_models-3.1.0.188 app/models/wco_hosting/file.rb
wco_models-3.1.0.187 app/models/wco_hosting/file.rb
wco_models-3.1.0.184 app/models/wco_hosting/file.rb
wco_models-3.1.0.183 app/models/wco_hosting/file.rb
wco_models-3.1.0.182 app/models/wco_hosting/file.rb
wco_models-3.1.0.181 app/models/wco_hosting/file.rb
wco_models-3.1.0.180 app/models/wco_hosting/file.rb
wco_models-3.1.0.178 app/models/wco_hosting/file.rb
wco_models-3.1.0.177 app/models/wco_hosting/file.rb