Updated a bit of the readme as I go
This commit is contained in:
parent
6975b5abd7
commit
db2b3075a2
@ -21,11 +21,16 @@ For a basic install include the following in your ++app/assets/javascripts/appli
|
|||||||
//= require jstorage
|
//= require jstorage
|
||||||
//= require sisyphus
|
//= require sisyphus
|
||||||
|
|
||||||
|
## How it Works
|
||||||
|
|
||||||
|
Sisyphus uses an aliased form_tag method to automatically put a ++<script>...</script>++ tag infront of your forms.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
If you are using the default form builder you do not have to modify anything to have Sisyphus start auto-saving your forms.
|
Sisyphus automatically works with all your forms, including custom form builders.
|
||||||
|
|
||||||
|
### Exclude form
|
||||||
|
|
||||||
ActionView::Base.default_form_builder = YourFormBuilder
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user