Sha256: bb7adcfae7abd9b0df62b927c9d3204acd36a8bee00673aef7f333c270fa38ff
Contents?: true
Size: 301 Bytes
Versions: 61
Compression:
Stored size: 301 Bytes
Contents
module CmAdmin module Models module Utils module Helpers extend ActiveSupport::Concern # Returns the humanized value of the field. def humanized_field_value(name, capitalize: false) name.to_s.humanize(capitalize:) end end end end end
Version data entries
61 entries across 61 versions & 1 rubygems