Sha256: 44d63c735362953c8bf417344a8f601554b8393c76c8714e9f552da6bf64cdb9

Contents?: true

Size: 675 Bytes

Versions: 1

Compression:

Stored size: 675 Bytes

Contents

# Contact Us

A Rails 3 Engine providing a basic contact form.  I used Formtastic to keep things simple, and to hook into your apps custom Formtastic stylesheets.

REQUIREMENTS
------------
Contact Us requires the Formtastic Gem.  Read more about Formtastic @ https://github.com/justinfrench/formtastic

INSTALL
-------
In your `Gemfile`, add the following dependencies:
    gem 'formtastic'
    gem 'contact_us'
Run:
    $ bundle install

CONFIGURATION
-------------

# Usage

# TODO

* config option for contact email
* install generator to copy views
* finish readme documentation
* 100% test coverage
* i18n

Copyright (c) 2011 Jeff Dutil, released under the MIT license.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contact_us-0.0.1 README.md