mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-25 23:33:00 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c1406e9b0 | ||
|
|
32f92cc885 |
@@ -53,7 +53,7 @@ module ValidatesTimeliness
|
|||||||
generated_timeliness_methods.synchronize do
|
generated_timeliness_methods.synchronize do
|
||||||
return unless @timeliness_methods_generated
|
return unless @timeliness_methods_generated
|
||||||
undefine_timeliness_attribute_methods
|
undefine_timeliness_attribute_methods
|
||||||
@timeliness_methods_generated = true
|
@timeliness_methods_generated = false
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module ValidatesTimeliness
|
module ValidatesTimeliness
|
||||||
VERSION = '4.0.1'
|
VERSION = '4.0.2'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user