Handle *_before_type_cast for method_missing.
# File lib/active_record/attribute_methods/before_type_cast.rb, line 22 22: def attribute_before_type_cast(attribute_name) 23: if attribute_name == 'id' 24: read_attribute_before_type_cast(self.class.primary_key) 25: else 26: read_attribute_before_type_cast(attribute_name) 27: end 28: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.