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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/developer.rb b/actionpack/test/fixtures/developer.rb
index c70eda34c6..dd14548fac 100644
--- a/actionpack/test/fixtures/developer.rb
+++ b/actionpack/test/fixtures/developer.rb
@@ -5,5 +5,5 @@ class Developer < ActiveRecord::Base
end
class DeVeLoPeR < ActiveRecord::Base
- set_table_name "developers"
+ self.table_name = "developers"
end