Sha256: b2ce33c2b945917c06f3b242c8a3784b65a90bdbcc82a4ac77200dae9b99c98d
Contents?: true
Size: 272 Bytes
Versions: 5
Compression:
Stored size: 272 Bytes
Contents
class SnippetDecorator < Draper::Decorator def title string = object.title.to_s object.allow_html_in_title? ? string.html_safe : string end def content string = object.content.to_s object.allow_html_in_content? ? string.html_safe : string end end
Version data entries
5 entries across 5 versions & 1 rubygems