Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created January 8, 2011 04:44
Show Gist options
  • Save iammerrick/770550 to your computer and use it in GitHub Desktop.
Save iammerrick/770550 to your computer and use it in GitHub Desktop.
<?php
Route::set('tenants', 'tenants(/<action>(/<id>))')
->defaults(array(
'directory' => 'tenants',
'controller' => 'directory',
'action' => 'index',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment