1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
Rafael Mendonça França 2015-09-08 01:07:48 -03:00
parent 0675210c95
commit b4f82efddc

View file

@ -125,7 +125,7 @@ module ActiveRecord
end
def clear_reflections_cache #:nodoc:
@__reflection = nil
@__reflections = nil
end
end