Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
correct readme
  • Loading branch information
ExReanimator committed Mar 20, 2013
1 parent ea4f6b4 commit 0d711a2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@ Run installer for generate sample config:
= f.input :visible, :checkbox # pass type of field
```

### Types of fields supported:

* ```:text```
* ```:password```
* ```:select```
* ```:number```
* ```:text_area```
* ```:check_box```
* ```:hidden```
* ```:file```

If type is ```:hidden``` it will not be wrapped!


## Config

All options for this time:
Expand All @@ -85,20 +99,6 @@ MongoidForm.setup do |config|
end
```

### Types of fields supported:

* ```:text```
* ```:password```
* ```:select```
* ```:number```
* ```:text_area```
* ```:check_box```
* ```:hidden```
* ```:file```

If type is ```:hidden``` it will not be wrapped!


## Contributing

1. Fork it
Expand Down

0 comments on commit 0d711a2

Please sign in to comment.