mirror of https://github.com/rails/rails
do not need these accessors
This commit is contained in:
parent
68b66ef308
commit
b0a6f58068
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in New Issue