Sha256: d9cbf51b7af9b66f4ab7c1ad978e3d5d770fee2a6a27ff8b5c3d2e2b400e59cf
Contents?: true
Size: 308 Bytes
Versions: 33
Compression:
Stored size: 308 Bytes
Contents
module HoboViewHintHelper extend HoboHelperBase protected # --- ViewHint Helpers --- # def this_field_name this_parent.class.try.human_attribute_name(this_field) || this_field end def this_field_help this_parent.class.try.attribute_help(this_field.to_sym) || "" end end
Version data entries
33 entries across 33 versions & 1 rubygems