Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fixed file attachment form partial: content_type vs file_type
Browse files Browse the repository at this point in the history
  • Loading branch information
starpeak committed May 2, 2010
1 parent 9d0320b commit 0469074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/humpyard_form/_image_file_input.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[
= form.object.send("#{name}_file_name")
= form.object.send("#{name}_file_size")
= form.object.send("#{name}_file_type")
= form.object.send("#{name}_content_type")
]
- else
[none]
Expand Down

0 comments on commit 0469074

Please sign in to comment.