Skip to content

DarkSwoop/attachment_fu_hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

different AttachmentFu Hacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages