Flowdock
method

attribute_cast_code

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::AttributeMethods::Read::ClassMethods
attribute_cast_code(attr_name) private

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/read.rb, line 118
          def attribute_cast_code(attr_name)
            columns_hash[attr_name].type_cast_code('v')
          end
Register or log in to add new notes.