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