From 9f494a9a3489cf03b0d6d3c87cb8638c3b867c86 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 3 Sep 2012 20:38:14 +0200 Subject: test cleanup, remove ruby_type because it's no longer needed All tests with a custom inheritance_column use the `Vegtable` model. The field ruby_type on the Company models is no longer needed --- activerecord/test/models/company.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activerecord/test/models') diff --git a/activerecord/test/models/company.rb b/activerecord/test/models/company.rb index 75f38d275c..9bdce6e729 100644 --- a/activerecord/test/models/company.rb +++ b/activerecord/test/models/company.rb @@ -173,10 +173,6 @@ class Client < Company before_destroy :overwrite_to_raise # Used to test that read and question methods are not generated for these attributes - def ruby_type - read_attribute :ruby_type - end - def rating? query_attribute :rating end -- cgit v1.2.3