Sha256: ee2a3ca6f38fcab7ef6bbd58436a9d56a9a94249f704eeb9909916d03e434ff9
Contents?: true
Size: 463 Bytes
Versions: 17
Compression:
Stored size: 463 Bytes
Contents
# frozen_string_literal: true module ActiveAdmin module Inputs extend ActiveSupport::Autoload autoload :DatepickerInput module Filters extend ActiveSupport::Autoload autoload :Base autoload :StringInput autoload :TextInput autoload :DatePickerInput autoload :DateRangeInput autoload :NumericInput autoload :SelectInput autoload :CheckBoxesInput autoload :BooleanInput end end end
Version data entries
17 entries across 17 versions & 1 rubygems