Sha256: b0f08387399af9d225cc79728ce3d11957caf745a2a3f58ca0833775f7d9d37f

Contents?: true

Size: 255 Bytes

Versions: 45

Compression:

Stored size: 255 Bytes

Contents

class FakeTextInput < SimpleForm::Inputs::StringInput
  def input(wrapper_options = nil)
    merged_input_options = merge_wrapper_options(input_html_options, wrapper_options)
    template.text_field_tag(attribute_name, nil, merged_input_options)
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
itsf_backend-1.1.4 app/inputs/fake_text_input.rb
itsf_backend-1.1.3 app/inputs/fake_text_input.rb
itsf_backend-1.1.2 app/inputs/fake_text_input.rb
itsf_backend-1.1.1 app/inputs/fake_text_input.rb
itsf_backend-1.1.0 app/inputs/fake_text_input.rb