We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe25c5 commit d569b32Copy full SHA for d569b32
lib/activeadmin_addons/support/select_input_base.rb
@@ -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