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