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:
parent
96925570a1
commit
383842d079
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ module ActiveRecord
|
||||||
end
|
end
|
||||||
|
|
||||||
def quoted_table_name
|
def quoted_table_name
|
||||||
@quoted_table_name ||= klass.quoted_table_name
|
klass.quoted_table_name
|
||||||
end
|
end
|
||||||
|
|
||||||
def join_table
|
def join_table
|
||||||
|
|
Loading…
Reference in a new issue