change ORM attribute generation and extension mechanism

now using shim since the attribute matcher is not required for AM
This commit is contained in:
Adam Meehan
2010-09-16 22:33:22 +10:00
parent d0080ebac4
commit 9ddd150b2f
11 changed files with 179 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
ValidatesTimeliness.setup do |config|
# Add validation helpers to these classes
# config.extend_classes = [ ActiveRecord::Base ]
# Add plugin to supported ORMs (only :active_record for now)
# config.extend_orms = [ :active_record ]
#
# Set the dummy date part for a time type values.
# config.dummy_date_for_time_type = [ 2000, 1, 1 ]