Commit 99e95010 authored by Shinya Maeda's avatar Shinya Maeda

Fix filter_by method name

parent fa29f79a
......@@ -3,7 +3,7 @@ module Ci
extend ActiveSupport::Concern
class << self
def filter_by_environment_scope(base_query, environment_name)
def filter_by(base_query, environment_name)
where = <<~SQL
environment_scope IN (:wildcard, :environment_name) OR
:environment_name LIKE
......
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