Sha256: e1dd54a443cefd88caf27a4d96659894eec3953f13476b59781afce1198b0360

Contents?: true

Size: 469 Bytes

Versions: 4

Compression:

Stored size: 469 Bytes

Contents

= Noodall Form Builder

Form building for Noodall

== Getting Started

Add to Gemfile

  gem 'noodall-form-builder'

Install the gem

  bundle install

Add the Form Builder routes to config/routes.rb

  require 'noodall/form_builder/routes'
  Noodall::FormBuilder::Routes.draw <AppNameConstantGoesHere>::Application

Add ContactForm to required slots in config/initializers/noodall.rb

  Noodall::Node.slot :large, ContactForm

This project rocks and uses MIT-LICENSE.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
noodall-form-builder-0.5.4 README.rdoc
noodall-form-builder-0.5.3 README.rdoc
noodall-form-builder-0.5.2 README.rdoc
noodall-form-builder-0.5.0 README.rdoc