Typeaheads

This commit is contained in:
epriestley
2011-01-25 13:48:05 -08:00
parent 69f64198c2
commit 14ed5482ab
15 changed files with 1539 additions and 6 deletions

View File

@@ -87,6 +87,11 @@ class AphrontDefaultApplicationConfiguration
'(?<hash>[a-f0-9]{8})/(?<path>.+\.(?:css|js))$'
=> 'CelerityResourceController',
),
'/typeahead/' => array(
'common/(?<type>\w+)/$'
=> 'PhabricatorTypeaheadCommonDatasourceController',
),
);
}