Sha256: d981c1eee5d06862518ba493ff0bf57253c2d40004688540f4a6554438c38e6d
Contents?: true
Size: 461 Bytes
Versions: 119
Compression:
Stored size: 461 Bytes
Contents
# frozen_string_literal: true # generado con pg_rails class UserDecorator < PgEngine::BaseRecordDecorator delegate_all def default_module :admin 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
119 entries across 119 versions & 1 rubygems