shorthand defaults in generator coments

This commit is contained in:
Adam Meehan 2010-08-31 16:47:41 +10:00
parent b0ebd5bfda
commit 53f3d876ea

View File

@ -15,5 +15,8 @@ ValidatesTimeliness.setup do |config|
# config.enable_multiparameter_extension! # config.enable_multiparameter_extension!
# #
# Shorthand date and time symbols for restrictions # Shorthand date and time symbols for restrictions
# config.restriction_shorthand_symbols.update() # config.restriction_shorthand_symbols.update(
# :now => lambda { Time.now },
# :today => lambda { Date.today }
# )
end end