From 2484443aa84c0e0e2e88a401cefc8062f54a0374 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 2 Jan 2019 08:32:17 +0900 Subject: Bring ActiveRecord::Core's API document back [ci skip] If exist `:nodoc:` before method define, it affects all subsequent method definitions. --- activerecord/lib/active_record/core.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb index 8f4d292a4b..fc564d59e2 100644 --- a/activerecord/lib/active_record/core.rb +++ b/activerecord/lib/active_record/core.rb @@ -350,9 +350,7 @@ module ActiveRecord # Initialize an empty model object from +attributes+. # +attributes+ should be an attributes object, and unlike the # `initialize` method, no assignment calls are made per attribute. - # - # :nodoc: - def init_with_attributes(attributes, new_record = false) + def init_with_attributes(attributes, new_record = false) # :nodoc: init_internals @new_record = new_record -- cgit v1.2.3