Commit 2100329313d457fb30ceed324309fc5993ee6f24

Index all merge requests, unless state is STATUS_PENDING_ACCEPTANCE_OF_TERMS

Not the other way around.
  
3434 :association_name => "user",
3535 :field => "login",
3636 :as => "proposed_by"
37 }], :conditions => "status = 0"
37 }], :conditions => "status != 0"
3838
3939 attr_protected :user_id, :status, :merge_requests_need_signoff, :oauth_path_prefix,
4040 :oauth_signoff_key, :oauth_signoff_secret, :oauth_signoff_site