do not need these accessors

This commit is contained in:
Aaron Patterson 2010-11-17 14:10:51 -08:00
parent 68b66ef308
commit b0a6f58068
1 changed files with 0 additions and 8 deletions

View File

@ -392,14 +392,6 @@ module ActiveRecord
end
end
def verbose
self.class.verbose
end
def verbose= verbosity
self.class.verbose = verbosity
end
def copy(destination, sources, options = {})
copied = []