module ActiveRecord::AttributeMethods::DeprecatedUnderscoreRead::ClassMethods
Protected Instance Methods
define_method__attribute(attr_name)
click to toggle source
# File lib/active_record/attribute_methods/deprecated_underscore_read.rb, line 16 def define_method__attribute(attr_name) # Do nothing, let it hit method missing instead. end