diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-06-20 15:18:14 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-06-20 15:18:14 +0200 |
commit | c2d5b31073d9e0dbe779a74c0741e3fea79840fa (patch) | |
tree | 69304473a6d8eed7b2e1265ed2a90d787e64b09c | |
parent | 75e4d0931e41314667fcdbaf29caf87efdeb1d65 (diff) | |
download | rails-c2d5b31073d9e0dbe779a74c0741e3fea79840fa.tar.gz rails-c2d5b31073d9e0dbe779a74c0741e3fea79840fa.tar.bz2 rails-c2d5b31073d9e0dbe779a74c0741e3fea79840fa.zip |
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.
-rw-r--r-- | activerecord/lib/active_record/core.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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. # |