This commit is contained in:
sw 2015-01-17 19:00:32 +08:00
parent c9c9f578b9
commit 00633c8331
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ class BidsController < ApplicationController
menu_item :homework_statistics, :only => :homework_statistics
menu_item :edit, :only => :edit
before_filter :can_show_course,only: []
before_filter :can_show_contest,only: []
#Ended by young