Class: Wco::Headline
- Inherits:
-
Object
- Object
- Wco::Headline
- Includes:
- Mongoid::Document, Mongoid::Paranoia, Mongoid::Timestamps
- Defined in:
- app/models/wco/headline.rb
Constant Summary collapse
- PAGE_PARAM_NAME =
'headlines_page'
Instance Method Summary collapse
-
#site ⇒ Object
@TODO: remove this entirely.
Instance Method Details
#site ⇒ Object
@TODO: remove this entirely. 2024-01-16
18 |
# File 'app/models/wco/headline.rb', line 18 belongs_to :site, class_name: 'Wco::Site', optional: true |