Class: Wco::Publisher

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::Timestamps
Defined in:
app/models/wco/publisher.rb

Constant Summary collapse

KIND_ARTICLE =
'article'
KIND_IMAGE =
'image'

Instance Method Summary collapse

Instance Method Details

#title_evalObject

“#Daily Tree” with the quotes



14
# File 'app/models/wco/publisher.rb', line 14

field :title_eval, type: :string