1
0
Fork 0
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:
David Heinemeier Hansson 2005-12-05 23:38:49 +00:00
parent 3ed6675c68
commit 88f9418c77

View file

@ -1,5 +1,4 @@
module ActiveRecord
# The root class of all active record objects.
class Base
class ConnectionSpecification #:nodoc:
attr_reader :config, :adapter_method