Flowdock
method

define_method__attribute

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: ClassMethods
define_method__attribute(attr_name) protected

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/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
Register or log in to add new notes.