Sha256: e723735f7e1766bc250b3d9f5b5dcc46cf6c09f210d02374bd31aadce1272f57
Contents?: true
Size: 277 Bytes
Versions: 32
Compression:
Stored size: 277 Bytes
Contents
class AbstractAdapter < ActiveRecord::Base self.abstract_class = true class << self def human_attribute_name(attr, options = {}) # The default formatting of validation errors sucks, this helps a little syntatically: super.titleize+":" end end end
Version data entries
32 entries across 32 versions & 2 rubygems