Sha256: b13109880e24c2c278fd21a67c0722cbe524fb716dd5f27111272e70a0acb85f

Contents?: true

Size: 394 Bytes

Versions: 11

Compression:

Stored size: 394 Bytes

Contents

module Hicube
  class Account
    
    include Mongoid::Document
    include Mongoid::Timestamps

    #
    # Constant
    #

    #
    # Fields
    #
    field :ga, type: String

    field :notify_email_text, type: String

    field :notify_email_html, type: String

    field :domain, type: String

    validates_presence_of :ga, :domain #, :notify_email_html, :notify_email_text


  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hicube-0.0.11 app/models/hicube/account.rb
hicube-0.0.10 app/models/hicube/account.rb
hicube-0.0.9 app/models/hicube/account.rb
hicube-0.0.8 app/models/hicube/account.rb
hicube-0.0.7 app/models/hicube/account.rb
hicube-0.0.6 app/models/hicube/account.rb
hicube-0.0.5 app/models/hicube/account.rb
hicube-0.0.4 app/models/hicube/account.rb
hicube-0.0.3 app/models/hicube/account.rb
hicube-0.0.2 app/models/hicube/account.rb
hicube-0.0.1 app/models/hicube/account.rb