Continued working on category controller [skip ci]

This commit is contained in:
James Cole
2014-07-30 14:45:46 +02:00
parent 04a9ada682
commit 00a767cfc9
22 changed files with 619 additions and 36 deletions

View File

@@ -158,7 +158,6 @@ class BudgetController extends BaseController
return Redirect::route('budgets.index.budget');
}
return Redirect::route('budgets.index');
}