Sha256: 21ec55a0a584edeaa82d2d9454cf5b98cd3654c5b34b10009425dd4604b05c98
Contents?: true
Size: 439 Bytes
Versions: 1
Compression:
Stored size: 439 Bytes
Contents
require "simple_form_custom_inputs/version" autoload :SwitchInput, "simple_form_custom_inputs/simple_form/switch_input" autoload :MaskedInput, "simple_form_custom_inputs/simple_form/masked_input" autoload :DatepickerInput, "simple_form_custom_inputs/simple_form/datepicker_input" autoload :ButtonFileInput, "simple_form_custom_inputs/simple_form/button_file_input" module SimpleFormCustomInputs class Engine < ::Rails::Engine; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_form_custom_inputs-0.0.3 | lib/simple_form_custom_inputs.rb |