Skip to content

Commit 41ccd87

Browse files
committed
Add yardopts file
1 parent f9b60d0 commit 41ccd87

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.yardopts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--no-private
2+
--markup markdown

lib/activeadmin/inputs/filters/searchable_select_input.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module Inputs
33
module Filters
44
# Searchable select input type for ActiveAdmin filters.
55
#
6-
# @see ActiveAdmin::Select2::SelectInputExtension for list of
7-
# available options.
6+
# @see ActiveAdmin::SearchableSelect::SelectInputExtension
7+
# SelectInputExtension for list of available options.
88
class SearchableSelectInput < SelectInput
99
include SearchableSelect::SelectInputExtension
1010
end

lib/activeadmin/inputs/searchable_select_input.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module ActiveAdmin
22
module Inputs
33
# Searchable select input type for ActiveAdmin filters.
44
#
5-
# @see ActiveAdmin::Select2::SelectInputExtension for list of
6-
# available options.
5+
# @see ActiveAdmin::SearchableSelect::SelectInputExtension
6+
# SelectInputExtension for list of available options.
77
class SearchableSelectInput < Formtastic::Inputs::SelectInput
88
include SearchableSelect::SelectInputExtension
99
end

0 commit comments

Comments
 (0)