Removed unused scope.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8291 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b8ce888d98
commit
b7ceb3c333
|
@ -79,12 +79,6 @@ class Issue < ActiveRecord::Base
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
named_scope :with_query, lambda {|query|
|
|
||||||
{
|
|
||||||
:conditions => Query.merge_conditions(query.statement)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
before_create :default_assign
|
before_create :default_assign
|
||||||
before_save :close_duplicates, :update_done_ratio_from_issue_status
|
before_save :close_duplicates, :update_done_ratio_from_issue_status
|
||||||
after_save :reschedule_following_issues, :update_nested_set_attributes, :update_parent_attributes, :create_journal
|
after_save :reschedule_following_issues, :update_nested_set_attributes, :update_parent_attributes, :create_journal
|
||||||
|
|
Loading…
Reference in New Issue