aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/subject.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-24 14:01:35 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-24 14:01:35 +0000
commit14ea312808599001674784a839bf7cf5a8eea872 (patch)
tree9875456d3eba2ceb2f86909ee280333e2dfefa94 /activerecord/test/fixtures/subject.rb
parent1ae0a53d861c43dff8883fc956a08404c23f180c (diff)
downloadrails-14ea312808599001674784a839bf7cf5a8eea872.tar.gz
rails-14ea312808599001674784a839bf7cf5a8eea872.tar.bz2
rails-14ea312808599001674784a839bf7cf5a8eea872.zip
Made Oracle a first-class connection adapter by adhering closer to idiomatic Oracle style #1798 [The Gang of Oracles]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1912 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/test/fixtures/subject.rb')
-rw-r--r--activerecord/test/fixtures/subject.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/subject.rb b/activerecord/test/fixtures/subject.rb
new file mode 100644
index 0000000000..3502943f3a
--- /dev/null
+++ b/activerecord/test/fixtures/subject.rb
@@ -0,0 +1,4 @@
+# used for OracleSynonymTest, see test/synonym_test_oci.rb
+#
+class Subject < ActiveRecord::Base
+end