Sha256: 474c0df1c9e9c465fc2509a27149cbd2d999db026c2db007042a60fac5276693

Contents?: true

Size: 318 Bytes

Versions: 10

Compression:

Stored size: 318 Bytes

Contents

module Formnestic
  # @private
  module Helpers
    autoload :InputsHelper, \
             File.join(File.dirname(__FILE__), 'helpers', 'inputs_helper')
    Formtastic::FormBuilder.send(:alias_method, :formtastic_inputs, :inputs)
    Formtastic::FormBuilder.send(:include, Formnestic::Helpers::InputsHelper)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
formnestic-1.0.12 lib/formnestic/helpers.rb
formnestic-1.0.11 lib/formnestic/helpers.rb
formnestic-1.0.10 lib/formnestic/helpers.rb
formnestic-1.0.9 lib/formnestic/helpers.rb
formnestic-1.0.8 lib/formnestic/helpers.rb
formnestic-1.0.7 lib/formnestic/helpers.rb
formnestic-1.0.6 lib/formnestic/helpers.rb
formnestic-1.0.5 lib/formnestic/helpers.rb
formnestic-1.0.4 lib/formnestic/helpers.rb
formnestic-1.0.3 lib/formnestic/helpers.rb