From 4d3fbccb62438f63fb273e4be65626cfe2892144 Mon Sep 17 00:00:00 2001 From: Ivanov-Anton Date: Wed, 3 Feb 2021 15:45:53 +0200 Subject: [PATCH] update README.md to prevent error uninitialized constant ActiveAdmin::Select2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 487335e..a090a21 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ for feature specs: ```ruby RSpec.configure do |config| config.before(:each) do |example| - ActiveAdmin::Select2.inline_ajax_options = (example.metadata[:type] == :feature) + ActiveAdmin::SearchableSelect.inline_ajax_options = (example.metadata[:type] == :feature) end end