We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e6e3c commit 8b79bb8Copy full SHA for 8b79bb8
1 file changed
lib/datagrid/filters.rb
@@ -330,7 +330,7 @@ def filter_by(*filters)
330
331
# @!visibility private
332
def select_options(filter)
333
- warn "[DEPRECATION] `select_options` is deprecated. Please use `select_choices` instead."
+ Datagrid::Utils.warn_once "#select_options is deprecated and renamed. Use #select_choices instead."
334
select_choices(filter)
335
end
336
0 commit comments