Extended budgets and limits [skip-ci]

This commit is contained in:
James Cole
2014-07-20 20:46:10 +02:00
parent 08cbd91dd9
commit 988046189d
9 changed files with 199 additions and 95 deletions

View File

@@ -39,7 +39,7 @@ class LimitController extends BaseController
{
// find a limit with these properties, as we might already have one:
$limit = $this->_limits->store(Input::all());
if($limit->id) {
if ($limit->id) {
return Redirect::route('budgets.index');
} else {
return Redirect::route('budgets.limits.create')->withInput();