Sha256: abf434742a3adafe1028c11e7c8ac518023cf6e41d08129f4d65e5275223a17a

Contents?: true

Size: 117 Bytes

Versions: 5

Compression:

Stored size: 117 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bootstrap_forms-2.0.8 spec/dummy/app/helpers/my_custom_form_builder.rb
bootstrap_forms-2.0.6 spec/dummy/app/helpers/my_custom_form_builder.rb
bootstrap_forms-2.0.5 spec/dummy/app/helpers/my_custom_form_builder.rb
bootstrap_forms-2.0.4 spec/dummy/app/helpers/my_custom_form_builder.rb
bootstrap_forms-2.0.3 spec/dummy/app/helpers/my_custom_form_builder.rb