Sha256: 5693c1c504d3af8f038df36dbb310dce0fa6d798e0b77ab38920ec49eedcdbdb
Contents?: true
Size: 237 Bytes
Versions: 37
Compression:
Stored size: 237 Bytes
Contents
class ApplicationRecord < ActiveRecord::Base self.abstract_class = true # Wrapper for @model.human_attribute_name -> Model.human_attribute_name def human_attribute_name(*args) self.class.human_attribute_name(*args) end end
Version data entries
37 entries across 37 versions & 1 rubygems