Sha256: 46142c5e7595bdae886dd97b5783ac8ea370a31225b656857c2b53db4d9e9481
Contents?: true
Size: 312 Bytes
Versions: 67
Compression:
Stored size: 312 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: capitalize) end end end end end
Version data entries
67 entries across 67 versions & 1 rubygems