Sha256: 079176424868aacd36b9b557a6876a9159fd77c5153cafd87ef036184eaddf06
Contents?: true
Size: 275 Bytes
Versions: 67
Compression:
Stored size: 275 Bytes
Contents
class SnippetDecorator < ApplicationDecorator 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
67 entries across 67 versions & 1 rubygems