formtastic-better_file_inputs/README.md

242 B

Built for Active Admin primarily. You get the following:

= 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.