diff options
author | Marcel Molina <marcel@vernix.org> | 2006-05-24 17:20:51 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2006-05-24 17:20:51 +0000 |
commit | c9ef5ac7c704d4f3de9622c08283d5f9cfa4b8a6 (patch) | |
tree | fc88bb1238a6f7741a12945ca732181d82e53ccc /activerecord | |
parent | 3115c425a0e65963f2fde5b297676d2cbd505f59 (diff) | |
download | rails-c9ef5ac7c704d4f3de9622c08283d5f9cfa4b8a6.tar.gz rails-c9ef5ac7c704d4f3de9622c08283d5f9cfa4b8a6.tar.bz2 rails-c9ef5ac7c704d4f3de9622c08283d5f9cfa4b8a6.zip |
Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick Spell]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4366 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG | 2 | ||||
-rw-r--r-- | activerecord/lib/active_record/connection_adapters/openbase_adapter.rb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 76762fc3e4..d35579b5d1 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Update OpenBase adaterp's maintainer's email address. Closes #5176. [Derrick Spell] + * Add a quick note about :select and eagerly included associations. [Rick] * Add docs for the :as option in has_one associations. Closes #5144 [cdcarter@gmail.com] diff --git a/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb b/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb index e137278398..886779d273 100644 --- a/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/openbase_adapter.rb @@ -55,7 +55,7 @@ module ActiveRecord # # Caveat: Operations involving LIMIT and OFFSET do not yet work! # - # Maintainer: derrickspell@cdmplus.com + # Maintainer: derrick.spell@gmail.com class OpenBaseAdapter < AbstractAdapter def adapter_name 'OpenBase' |