Sha256: 0f3dae014f3010a91b41a63a4dd2bf6c5409c1376784f7e9e485f414247b990c

Contents?: true

Size: 243 Bytes

Versions: 5

Compression:

Stored size: 243 Bytes

Contents

require "formtastic"

module CustomInputs
  class Engine < ::Rails::Engine
    config.autoload_paths += Dir["#{config.root}/lib"]
    # ActiveSupport::Dependencies.explicitly_unloadable_constants << 'Formtastic::Inputs::ArrayInput'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
custom_inputs-0.1.4 lib/custom_inputs.rb
custom_inputs-0.1.3 lib/custom_inputs.rb
custom_inputs-0.1.2 lib/custom_inputs.rb
custom_inputs-0.1.1 lib/custom_inputs.rb
custom_inputs-0.1.0 lib/custom_inputs.rb