Sha256: f284e9acb47cb0a150e9b1f0b5ad9ef5fe50a70f4b2ec7c3287f3d92c0e5e960

Contents?: true

Size: 741 Bytes

Versions: 1

Compression:

Stored size: 741 Bytes

Contents

# SignedForm for SimpleForm

This gem provides an adapter for SimpleForm so that you may sign those forms as well.

Please see the [SignedForm GitHub repo](https://github.com/erichmenge/signed_form) for more information on
SignedForm.

## Installation

Add this line to your application's Gemfile:

    gem 'signed_form-simple_form', require: 'signed_form/simple_form'

And then execute:

    $ bundle

## Usage

``` erb
<%= signed_simple_form_for(@user) do |f| %>
  <%= f.input :name %>
<% end %>
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
signed_form-simple_form-0.0.3 README.md