1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

quoted table name is also cached

This commit is contained in:
Aaron Patterson 2013-06-13 16:07:11 -07:00
parent 96925570a1
commit 383842d079

View file

@ -210,7 +210,7 @@ module ActiveRecord
end
def quoted_table_name
@quoted_table_name ||= klass.quoted_table_name
klass.quoted_table_name
end
def join_table