mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
fix reload return value for AR
This commit is contained in:
parent
ff555eb293
commit
99ba103181
@ -22,8 +22,8 @@ module ValidatesTimeliness
|
|||||||
|
|
||||||
module InstanceMethods
|
module InstanceMethods
|
||||||
def reload(*args)
|
def reload(*args)
|
||||||
super
|
|
||||||
_clear_timeliness_cache
|
_clear_timeliness_cache
|
||||||
|
super
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user