Sha256: f1abb929bfe19e15b0b51161540d95d8d42bbe642d61b1da7043c59e029ea265
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
module Workarea module FlowIo class ExperienceSummary include ApplicationDocument field :key, type: String field :name, type: String field :country, type: Country field :currency, type: String field :language, type: String validates_presence_of :key, :name end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-flow_io-1.2.1 | app/models/workarea/flow_io/experience_summary.rb |