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
7 8 9 |
# File 'app/models/skyline/page.rb', line 7 def self[:navigation_title].present? ? self[:navigation_title] : self.title.to_s end |
#title_tag ⇒ Object
11 12 13 |
# File 'app/models/skyline/page.rb', line 11 def title_tag self[:custom_title_tag].present? ? self[:custom_title_tag] : self.title end |