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.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
wco_models-3.1.0.176 app/models/wco_hosting/file.rb
wco_models-3.1.0.175 app/models/wco_hosting/file.rb
wco_models-3.1.0.174 app/models/wco_hosting/file.rb
wco_models-3.1.0.173 app/models/wco_hosting/file.rb
wco_models-3.1.0.172 app/models/wco_hosting/file.rb
wco_models-3.1.0.171 app/models/wco_hosting/file.rb
wco_models-3.1.0.170 app/models/wco_hosting/file.rb
wco_models-3.1.0.169 app/models/wco_hosting/file.rb
wco_models-3.1.0.168 app/models/wco_hosting/file.rb
wco_models-3.1.0.167 app/models/wco_hosting/file.rb
wco_models-3.1.0.166 app/models/wco_hosting/file.rb
wco_models-3.1.0.165 app/models/wco_hosting/file.rb