修改了个人主页的关注需求里面只显示需求不显示作业

exceptionHandle
huangjingquan 12 years ago
parent 928dedae65
commit a0c6a183fe

@ -78,6 +78,7 @@ class UsersController < ApplicationController
##added by fq
def watch_bids
@bids = Bid.watched_by(@user)
@bids = Bid.visible.where('reward_type = ?', 1)
@offset, @limit = api_offset_and_limit({:limit => 10})
@bid_count = @bids.count
@bid_pages = Paginator.new @bid_count, @limit, params['page']

Loading…
Cancel
Save