Module: NForm

Defined in:
lib/nform.rb,
lib/nform/form.rb,
lib/nform/html.rb,
lib/nform/builder.rb,
lib/nform/helpers.rb,
lib/nform/service.rb,
lib/nform/core_ext.rb,
lib/nform/coercions.rb,
lib/nform/attributes.rb,
lib/nform/validations.rb

Defined Under Namespace

Modules: Attributes, HTML, Hashable, Helpers, Validations Classes: Builder, CoercionSet, Form, Service, ServiceError, ValidationError

Constant Summary collapse

Error =

A base error class for any NForm exceptions to extend

Class.new(StandardError)
BuilderError =
Class.new(Error)
Coercions =
CoercionSet.new