formtastic-better_file_inputs/README.md

10 lines
242 B
Markdown

Built for Active Admin primarily. You get the following:
``` ruby
= f.input :file, :as => :file_field
= f.input :image, :as => :image_field
```
You can remove the existing file, and get a preview of uploaded images. Will add more as I go.