aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-06-13 15:46:13 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-06-13 15:46:13 -0700
commitcbff6ee1802409cdbe44a730a13c22cce485be46 (patch)
tree77a8359b07b892b7df96bc0e8ef2566f6ab360fd /activerecord
parent8f37ba81abbd13b935ce0f26574ff2b720b552f1 (diff)
downloadrails-cbff6ee1802409cdbe44a730a13c22cce485be46.tar.gz
rails-cbff6ee1802409cdbe44a730a13c22cce485be46.tar.bz2
rails-cbff6ee1802409cdbe44a730a13c22cce485be46.zip
these methods are never called, so remove them
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/reflection.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb
index 1335af9e39..bfb321f930 100644
--- a/activerecord/lib/active_record/reflection.rb
+++ b/activerecord/lib/active_record/reflection.rb
@@ -250,14 +250,6 @@ module ActiveRecord
end
end
- def columns(tbl_name)
- @columns ||= klass.connection.columns(tbl_name)
- end
-
- def reset_column_information
- @columns = nil
- end
-
def check_validity!
check_validity_of_inverse!