Skip to content

Commit

Permalink
mention similarities between param methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 3, 2013
1 parent 2c5b3c5 commit 428a272
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.44 2013-10-03
4.44 2013-10-04
- Removed experimental status from label_for helper.

4.43 2013-10-02
Expand Down
1 change: 0 additions & 1 deletion lib/Mojolicious/Validator.pm
Expand Up @@ -13,7 +13,6 @@ sub add_check {
return $self;
}


sub validation {
Mojolicious::Validator::Validation->new(validator => shift);
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Validator/Validation.pm
Expand Up @@ -188,7 +188,7 @@ Change validation C<topic>.
my @foo = $c->param('foo');
my ($foo, $bar) = $c->param(['foo', 'bar']);
Access validated parameters.
Access validated parameters, similar to L<Mojolicious::Controller/"param">.
=head2 required
Expand Down

0 comments on commit 428a272

Please sign in to comment.