Method: OCms::Page#create_meta_description
- Defined in:
- app/models/o_cms/page.rb
#create_meta_description ⇒ Object
42 43 44 45 |
# File 'app/models/o_cms/page.rb', line 42 def sanitized_body = ActionView::Base.full_sanitizer.sanitize(self.body) self. = "#{sanitized_body.first(156) + ' ...'}" if self..blank? && self.body.present? end |