mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Dont overwrite the documentation from the real base class
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3223 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
3ed6675c68
commit
88f9418c77
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
module ActiveRecord
|
||||
# The root class of all active record objects.
|
||||
class Base
|
||||
class ConnectionSpecification #:nodoc:
|
||||
attr_reader :config, :adapter_method
|
||||
|
|
Loading…
Reference in a new issue