Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 25, 2013
1 parent 7c9c506 commit 8a7ee1e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,6 @@ If your controller action contains multiple words, you may access the action usi

public function getAdminProfile() {}

The `controller` method also accepts an optional third parameter to allow you to easily assign route names to a subset of methods:

**Assigning Names To RESTful Controller Actions**

Route::controller('users', 'UserController', array(
'showProfile' => 'profile',
'showDashboard' => 'dashboard',
));

<a name="resource-controllers"></a>
## Resource Controllers

Expand Down

0 comments on commit 8a7ee1e

Please sign in to comment.