DarkSwoop/attachment_fu_hacks
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
AttachmentFuHacks ================= Appends "local_file=" to InstanceMethods to provide an easy way to import locally stored files with attachment_fu Requirements ============ mime_type_fu plugin for rails Example ======= Instead of: photo = Photo.new(:uploaded_data => ...) use: photo = Photo.new(:local_file => <path_to_file>) Copyright (c) 2008 Benjamin Behr, released under the MIT license