Sha256: bbd5069a6ad52a43447c1c32c2f9494183b23e1a6b8233733f5fba0d3cea1f7c
Contents?: true
Size: 475 Bytes
Versions: 53
Compression:
Stored size: 475 Bytes
Contents
# frozen_string_literal: true # generado con pg_rails class UserAccountDecorator < PgEngine::BaseDecorator delegate_all def profiles object.profiles.join(', ') end # 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
53 entries across 53 versions & 1 rubygems