From 0fa552c8d36654a4d04ef6095902ec93b681a344 Mon Sep 17 00:00:00 2001 From: z9hang Date: Tue, 8 Jul 2014 09:34:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E4=BC=97=E5=8C=85=E4=B8=AD?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=88=91=E8=A6=81=E5=8F=82=E4=B8=8E=E6=8A=A5?= =?UTF-8?q?=E6=97=A0=E6=9D=83=E9=99=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/bids_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/bids_controller.rb b/app/controllers/bids_controller.rb index 2cf82217d..4ef04579c 100644 --- a/app/controllers/bids_controller.rb +++ b/app/controllers/bids_controller.rb @@ -15,7 +15,7 @@ class BidsController < ApplicationController # end before_filter :require_login,:only => [:set_reward, :destroy, :add, :new, ] - before_filter :memberAccess, only: :show_project + #before_filter :memberAccess, only: :show_project helper :watchers helper :attachments