Commit 61e5152a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '337432-remove-only_opened-scope' into 'master'

Remove unused only_opened scope

See merge request gitlab-org/gitlab!73924
parents d5271b70 95e60690
......@@ -92,7 +92,6 @@ module Issuable
scope :recent, -> { reorder(id: :desc) }
scope :of_projects, ->(ids) { where(project_id: ids) }
scope :opened, -> { with_state(:opened) }
scope :only_opened, -> { with_state(:opened) }
scope :closed, -> { with_state(:closed) }
# rubocop:disable GitlabSecurity/SqlInjection
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment