Skip to content

Commit

Permalink
Update behaviors.rst
Browse files Browse the repository at this point in the history
Just making sure the Simpsons references are accurate.
  • Loading branch information
davidyell committed Jan 29, 2015
1 parent 30aba4d commit 55c5304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/models/behaviors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ the 2nd parameter. This allows you to munge the method name for additional
information, much like ``Model::findAllByXX``. If the above behavior was
attached to a model the following would happen::

$model->doReleaseTheHounds('homer', 'lenny');
$model->doReleaseTheHounds('karl', 'lenny');

// would output
'ReleaseTheHounds', 'homer', 'lenny'
'ReleaseTheHounds', 'karl', 'lenny'

Behavior callbacks
==================
Expand Down

0 comments on commit 55c5304

Please sign in to comment.