From 1df8ab121ebf78733b7c9b2b612c559155907437 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Fri, 17 Sep 2010 12:21:27 +1000 Subject: [PATCH] wiki link for ORM support --- README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index ebd7e6c..51e9826 100644 --- a/README.rdoc +++ b/README.rdoc @@ -7,7 +7,7 @@ Validate dates, times and datetimes for Rails 3.x and ActiveModel. -If you a looking for the old version for Rails 2.x go here:[http://github.com/adzap/validates_timeliness/tree/v2.3]. +If you a looking for the old version for Rails 2.x go here[http://github.com/adzap/validates_timeliness/tree/v2.3]. == Features @@ -51,7 +51,7 @@ This creates configuration initializer and locale files. In the initializer, you end By default the plugin extends ActiveRecord if present. Currently ActiveRecord is the only ORM included for extension. If you wish to extend -another ORM then look at the {shim for ActiveRecord}:[http://github.com/adzap/validates_timeliness/tree/master/lib/validates_timeliness/orms/active_record.rb] to see how to setup the hooks. +another ORM then look at the wiki for more information[http://github.com/adzap/validates_timeliness/wiki/ORM-Support]. To extend other ORMs is pretty straight forward. It's matter of hooking into a couple of methods, being the attribute method generation and timezone handling of validated attributes. However, the plugin must support the ActiveModel validations system. If you extend an ORM