Sha256: a91c8be383ca4aa99c01182845be3f92b2dad35686423a289fb2e094f5e53442

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

class Wco::Appliance
  include Mongoid::Document
  include Mongoid::Timestamps

  field :name
  field :kind
  field :environment
  field :subdomain
  field :domain

  field :leadset_id
  belongs_to :profile, class_name: 'Ish::UserProfile', optional: true

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ish_models-0.0.33.263 lib/wco/appliance.rb