Context refactoring. Move Issues list, Search logic to context

This commit is contained in:
randx 2012-10-09 22:09:46 +03:00
parent 63fe042d97
commit 679d0d6d76
15 changed files with 100 additions and 83 deletions

View file

@ -54,7 +54,7 @@ class MilestonesController < ProjectResourceController
respond_to do |format|
format.js
format.html do
format.html do
if @milestone.valid?
redirect_to [@project, @milestone]
else