table name is cached on the class, so stop caching twice

This commit is contained in:
Aaron Patterson 2013-06-13 16:06:41 -07:00
parent f4767bc844
commit 96925570a1

@ -206,7 +206,7 @@ def build_association(attributes, &block)
end
def table_name
@table_name ||= klass.table_name
klass.table_name
end
def quoted_table_name