File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ --no-private
2
+ --markup markdown
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module Inputs
3
3
module Filters
4
4
# Searchable select input type for ActiveAdmin filters.
5
5
#
6
- # @see ActiveAdmin::Select2 ::SelectInputExtension for list of
7
- # available options.
6
+ # @see ActiveAdmin::SearchableSelect ::SelectInputExtension
7
+ # SelectInputExtension for list of available options.
8
8
class SearchableSelectInput < SelectInput
9
9
include SearchableSelect ::SelectInputExtension
10
10
end
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ module ActiveAdmin
2
2
module Inputs
3
3
# Searchable select input type for ActiveAdmin filters.
4
4
#
5
- # @see ActiveAdmin::Select2 ::SelectInputExtension for list of
6
- # available options.
5
+ # @see ActiveAdmin::SearchableSelect ::SelectInputExtension
6
+ # SelectInputExtension for list of available options.
7
7
class SearchableSelectInput < Formtastic ::Inputs ::SelectInput
8
8
include SearchableSelect ::SelectInputExtension
9
9
end
You can’t perform that action at this time.
0 commit comments