Skip to content

Commit d569b32

Browse files
committed
feat(support): add select_input_base
1 parent 6fe25c5 commit d569b32

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
require_relative "input_helpers/input_options_handler"
2+
require_relative "input_helpers/input_methods"
3+
require_relative "input_helpers/input_html_helpers"
4+
5+
module ActiveAdminAddons
6+
class SelectInputBase < Formtastic::Inputs::SelectInput
7+
include InputOptionsHandler
8+
include InputMethods
9+
include InputHtmlHelpers
10+
end
11+
end

0 commit comments

Comments
 (0)