Class: Wco::Publisher
- Inherits:
-
Object
- Object
- Wco::Publisher
- 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
-
#title_eval ⇒ Object
“#Daily Tree” with the quotes.
Instance Method Details
#title_eval ⇒ Object
“#Daily Tree” with the quotes
14 |
# File 'app/models/wco/publisher.rb', line 14 field :title_eval, type: :string |