Changeset 8281
- Timestamp:
- 12/05/07 14:24:39 (8 months ago)
- Files:
-
- trunk/activerecord/CHANGELOG (modified) (1 diff)
- trunk/activerecord/lib/active_record/validations.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/CHANGELOG
r8280 r8281 1 1 *SVN* 2 3 * Document the :message option for validates_associated. Closes #10357 [dylans] 2 4 3 5 * Document automatically generated predicate methods for attributes. Closes #10373 [chuyeow] trunk/activerecord/lib/active_record/validations.rb
r8256 r8281 778 778 # 779 779 # Configuration options: 780 # * <tt>message</tt> - A custom error message (default is: "is invalid") 780 781 # * <tt>on</tt> Specifies when this validation is active (default is :save, other options :create, :update) 781 782 # * <tt>if</tt> - Specifies a method, proc or string to call to determine if the validation should