Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created November 9, 2010 05:02
Show Gist options
  • Save iammerrick/668723 to your computer and use it in GitHub Desktop.
Save iammerrick/668723 to your computer and use it in GitHub Desktop.
Route::set('manage', 'manage/(<resource_id>/(/<controller>(/<action>(/<id>))))')
->defaults(array(
'controller' => 'tenants',
'action' => 'index'
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment