Module: ActiveAdmin::SearchableSelect::ResourceExtension Private
- Defined in:
- lib/activeadmin/searchable_select/resource_extension.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
Instance Method Details
#searchable_select_option_collections ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
5 6 7 |
# File 'lib/activeadmin/searchable_select/resource_extension.rb', line 5 def searchable_select_option_collections @searchable_select_option_collections ||= {} end |