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