From e1de8bcdac124eb9ad8a29e430dbc234abdfe456 Mon Sep 17 00:00:00 2001 From: Tony Miller Date: Thu, 17 Sep 2015 12:42:03 +0900 Subject: nodoc raw_write_attribute Is this supposed to be public API? If so, I can document it instead. :memo: --- activerecord/lib/active_record/attribute_methods/write.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/attribute_methods/write.rb b/activerecord/lib/active_record/attribute_methods/write.rb index 07d5e7d38e..bbf2a51a0e 100644 --- a/activerecord/lib/active_record/attribute_methods/write.rb +++ b/activerecord/lib/active_record/attribute_methods/write.rb @@ -45,7 +45,7 @@ module ActiveRecord write_attribute_with_type_cast(attr_name, value, true) end - def raw_write_attribute(attr_name, value) + def raw_write_attribute(attr_name, value) # :nodoc: write_attribute_with_type_cast(attr_name, value, false) end -- cgit v1.2.3