Remove all mongoid stuff and put in validates_timeliness-mongoid

This commit is contained in:
Adam Meehan
2015-12-28 14:24:24 +11:00
parent 6560a09ad2
commit 1ddf0f1b0f
11 changed files with 14 additions and 372 deletions

View File

@@ -137,8 +137,8 @@ like so
ValidatesTimeliness.setup do |config|
# Extend ORM/ODMs for full support (:active_record, :mongoid).
config.extend_orms = [ :mongoid ]
# Extend ORM/ODMs for full support (:active_record).
config.extend_orms = [ :active_record ]
end