修改了添加项目时不能自动刷新的问题

exceptionHandle
wanglinchun 11 years ago
parent a52e057d94
commit abef68d13a

@ -286,7 +286,7 @@ class ContestsController < ApplicationController
flash.now[:error] = l(:label_bidding_fail)
end
@contesting_project = @contest.contesting_projects
@contesting_project = paginateHelper @contest.contesting_projects
respond_to do |format|

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save