Skip to content

Commit

Permalink
Changed push_r to push as it will be used externally in Spark::Form{,…
Browse files Browse the repository at this point in the history
…::Field}::Result
  • Loading branch information
James Laver committed Jul 11, 2011
1 parent 58ab90d commit b882823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Spark/Form/Field/Result.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ has results => (
required => 1,
traits => ['Array'],
handles => {
push_r => 'push',
push => 'push',
first_r => 'first',
grep_r => 'grep',
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Spark/Form/Result.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ has results => (
required => 1,
traits => ['Array'],
handles => {
push_r => 'push',
push => 'push',
first_r => 'first',
grep_r => 'grep',
}
Expand Down

0 comments on commit b882823

Please sign in to comment.