Sha256: aabc1e89c4f9aba0294b38ca850c6d57a0c96ef08cc4aa85e741a47368051fd6

Contents?: true

Size: 456 Bytes

Versions: 1

Compression:

Stored size: 456 Bytes

Contents

# frozen_string_literal: true
#
# Uncomment this and change the path if necessary to include your own
# components.
# See https://github.com/heartcombo/simple_form#custom-components to know
# more about custom components.
Dir[Rails.root.join('app/inputs/**/*.rb')].each { |f| require f }
#
# Use this setup block to configure all options available in SimpleForm.

SimpleForm.setup do |config|
  config.custom_inputs_namespaces << "AutocompleteZipcode"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autocomplete_zipcode-2.0.0 config/initializers/simple_form_autocomplete_zipcode.rb