mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-26 07:43:00 +00:00
change ORM attribute generation and extension mechanism
now using shim since the attribute matcher is not required for AM
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user