Sha256: 284e5376b33a891b08c7b4c7f7b455699659c588d227f7e53ec34a9a57589e7f
Contents?: true
Size: 407 Bytes
Versions: 11
Compression:
Stored size: 407 Bytes
Contents
module ActiveAdmin module Inputs extend ActiveSupport::Autoload autoload :DatepickerInput module Filters extend ActiveSupport::Autoload autoload :Base autoload :StringInput autoload :DatePickerInput autoload :DateRangeInput autoload :NumericInput autoload :SelectInput autoload :CheckBoxesInput autoload :BooleanInput end end end
Version data entries
11 entries across 11 versions & 3 rubygems