Sha256: ddbeba61bc63475dfb963712673d1d727ee2149bc7f0bfea13b5e0af023e2ba1
Contents?: true
Size: 363 Bytes
Versions: 11
Compression:
Stored size: 363 Bytes
Contents
class SalesContactDecorator < Draper::Decorator delegate_all # Define presentation-specific methods here. Helpers are accessed through # `helpers` (aka `h`). You can override attributes, for example: # # def created_at # helpers.content_tag :span, class: 'time' do # object.created_at.strftime("%a %m/%d/%y") # end # end end
Version data entries
11 entries across 11 versions & 1 rubygems