| 363 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 364 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 365 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 366 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 367 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 363 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 364 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 365 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 366 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 367 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 405 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 406 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 407 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 408 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 409 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 405 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 406 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 407 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 408 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 409 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 436 | | # makes it easy to relate to an HTML checkbox. |
|---|
| 437 | | # * <tt>if</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 438 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 439 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 440 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 441 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 442 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 436 | # makes it easy to relate to an HTML checkbox. |
|---|
| | 437 | # * <tt>if</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 438 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 439 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 440 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 441 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 442 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 470 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 471 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 472 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 473 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 474 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 470 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 471 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 472 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 473 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 474 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 527 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 528 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 529 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 530 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 531 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 527 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 528 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 529 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 530 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 531 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 615 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 616 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 617 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 618 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 619 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 615 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 616 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 617 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 618 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 619 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 666 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 667 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 668 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 669 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 670 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 666 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 667 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 668 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 669 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 670 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 694 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 695 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 696 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 697 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 698 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 694 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 695 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 696 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 697 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 698 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 724 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 725 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 726 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 727 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 728 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 724 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 725 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 726 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 727 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 728 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 767 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 768 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 769 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 770 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 771 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 767 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 768 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 769 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 770 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 771 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 803 | | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| 804 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| 805 | | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| 806 | | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| 807 | | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 803 | # occur (e.g. :if => :allow_validation, or :if => Proc.new { |user| user.signup_step > 2 }). The |
|---|
| | 804 | # method, proc or string should return or evaluate to a true or false value. |
|---|
| | 805 | # * <tt>unless</tt> - Specifies a method, proc or string to call to determine if the validation should |
|---|
| | 806 | # not occur (e.g. :unless => :skip_validation, or :unless => Proc.new { |user| user.signup_step <= 2 }). The |
|---|
| | 807 | # method, proc or string should return or evaluate to a true or false value. |
|---|