aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/category.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-24 18:07:51 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-01-24 18:40:59 +0900
commitf228ab5574e995f8188783562bf2cdd98c9138b4 (patch)
treef5b3d9cd4ee6d0db79cb11158acd801011a49755 /activerecord/test/models/category.rb
parent4bdcd7a6549aa32949d94cf24ed7c1c9a9c09f07 (diff)
downloadrails-f228ab5574e995f8188783562bf2cdd98c9138b4.tar.gz
rails-f228ab5574e995f8188783562bf2cdd98c9138b4.tar.bz2
rails-f228ab5574e995f8188783562bf2cdd98c9138b4.zip
Goodbye there, very special rubbish!
Diffstat (limited to 'activerecord/test/models/category.rb')
-rw-r--r--activerecord/test/models/category.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/test/models/category.rb b/activerecord/test/models/category.rb
index f8c8ebb70c..7da39a8e33 100644
--- a/activerecord/test/models/category.rb
+++ b/activerecord/test/models/category.rb
@@ -31,9 +31,4 @@ class Category < ActiveRecord::Base
end
class SpecialCategory < Category
-
- def self.what_are_you
- 'a special category...'
- end
-
end