aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/developer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/developer.rb')
-rw-r--r--actionpack/test/fixtures/developer.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/developer.rb b/actionpack/test/fixtures/developer.rb
new file mode 100644
index 0000000000..f5e5b901fd
--- /dev/null
+++ b/actionpack/test/fixtures/developer.rb
@@ -0,0 +1,7 @@
+class Developer < ActiveRecord::Base
+ has_and_belongs_to_many :projects
+end
+
+class DeVeLoPeR < ActiveRecord::Base
+ set_table_name "developers"
+end