From c2d5b31073d9e0dbe779a74c0741e3fea79840fa Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Fri, 20 Jun 2014 15:18:14 +0200 Subject: docs, configurations method is listed in the docs. [ci skip] The :singleton-method: directive is printed in the docs. This directive is not necessary as the method is documentable just fine. --- activerecord/lib/active_record/core.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb index e8e165a7c8..3c24dc6420 100644 --- a/activerecord/lib/active_record/core.rb +++ b/activerecord/lib/active_record/core.rb @@ -16,7 +16,6 @@ module ActiveRecord mattr_accessor :logger, instance_writer: false ## - # :singleton-method: # Contains the database configuration - as is typically stored in config/database.yml - # as a Hash. # -- cgit v1.2.3