Coverage should be back at 100%. Fixed some formatting too.

This commit is contained in:
James Cole
2014-08-17 21:17:31 +02:00
parent ae95d60c46
commit 9db8f78cd8
11 changed files with 464 additions and 101 deletions

View File

@@ -110,6 +110,7 @@ class LimitController extends BaseController
Session::flash('success', 'Could not save new envelope.');
$budgetId = $budget ? $budget->id : null;
$parameters = [$budgetId, 'from' => Input::get('from')];
return Redirect::route('budgets.limits.create', $parameters)->withInput()
->withErrors($limit->errors());
}