Sha256: 030b51ecd644f7051e75ee98e2146212835322da2ad09ffabc37d1e9a9b6be63

Contents?: true

Size: 121 Bytes

Versions: 6

Compression:

Stored size: 121 Bytes

Contents

class MyCustomFormBuilder < ActionView::Helpers::FormBuilder
  def error_messages
    '' # return empty string
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bootstrap_forms-4.0.1 spec/dummy/app/helpers/my_custom_form_builder.rb
bootstrap_forms-4.0.0 spec/dummy/app/helpers/my_custom_form_builder.rb
bootstrap_forms-3.0.1 spec/dummy/app/helpers/my_custom_form_builder.rb
bootstrap_forms-3.0.0 spec/dummy/app/helpers/my_custom_form_builder.rb
bootstrap_forms-3.0.0.rc1 spec/dummy/app/helpers/my_custom_form_builder.rb
bootstrap_forms-2.1.1 spec/dummy/app/helpers/my_custom_form_builder.rb