Sha256: 0e1d3eb5c9b9a4a5fc36af03b3fee1df476a60129f22e50fa9c901fc6d60f3cf
Contents?: true
Size: 274 Bytes
Versions: 38
Compression:
Stored size: 274 Bytes
Contents
class PagePresenter < PushType::Presenter # This class delegates to the model, Page # Override any methods to add custom presentation logic # View helpers are accessible from the `h` method # Example: # def title # h.content_tag :strong, super() # end end
Version data entries
38 entries across 36 versions & 4 rubygems