Repository URL to install this package:
|
Version:
1.0.0.pre ▾
|
module ActiveAdmin
module Inputs
extend ActiveSupport::Autoload
autoload :DatepickerInput
module Filters
extend ActiveSupport::Autoload
autoload :Base
autoload :StringInput
autoload :DateRangeInput
autoload :NumericInput
autoload :SelectInput
autoload :CheckBoxesInput
autoload :BooleanInput
end
end
end