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 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
<%= signed_simple_form_for(@user) do |f| %>
<%= f.input :name %>
<% end %>
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request