diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-11-17 14:10:51 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-11-17 14:26:35 -0800 |
commit | b0a6f58068394d11841b57d94b3a6ecb42c3b8b0 (patch) | |
tree | 5539cb850e49c7a420b82badb4825e510c1cceb2 /activerecord/lib/active_record | |
parent | 68b66ef3082b5d6ca47f621ea51cad9321847caf (diff) | |
download | rails-b0a6f58068394d11841b57d94b3a6ecb42c3b8b0.tar.gz rails-b0a6f58068394d11841b57d94b3a6ecb42c3b8b0.tar.bz2 rails-b0a6f58068394d11841b57d94b3a6ecb42c3b8b0.zip |
do not need these accessors
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r-- | activerecord/lib/active_record/migration.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb index 470f63e8f7..6acb8382e7 100644 --- a/activerecord/lib/active_record/migration.rb +++ b/activerecord/lib/active_record/migration.rb @@ -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 = [] |