Class: Skyline::Page::Data
- Inherits:
-
Article::Data
- Object
- ActiveRecord::Base
- Article::Data
- Skyline::Page::Data
- Defined in:
- app/models/skyline/page.rb
Instance Attribute Summary
Attributes inherited from Article::Data
Instance Method Summary collapse
Instance Method Details
#navigation_title ⇒ Object
9 10 11 |
# File 'app/models/skyline/page.rb', line 9 def self[:navigation_title].present? ? self[:navigation_title] : self.title.to_s end |
#title_tag ⇒ Object
13 14 15 |
# File 'app/models/skyline/page.rb', line 13 def title_tag self[:custom_title_tag].present? ? self[:custom_title_tag] : self.title end |