From 37afdef536ba02c73e9861df4b25460f3a4b160e Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Mon, 16 Jul 2012 12:02:45 -0700 Subject: Add nodoc to create_with_value Reason: all *_value methods are defined dynamically and so don't appear in the documentation. --- activerecord/lib/active_record/relation/query_methods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/relation') diff --git a/activerecord/lib/active_record/relation/query_methods.rb b/activerecord/lib/active_record/relation/query_methods.rb index 5278e740da..136e5778f6 100644 --- a/activerecord/lib/active_record/relation/query_methods.rb +++ b/activerecord/lib/active_record/relation/query_methods.rb @@ -35,7 +35,7 @@ module ActiveRecord CODE end - def create_with_value + def create_with_value # :nodoc: @values[:create_with] || {} end -- cgit v1.2.3