public
Description: Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
Homepage: http://weblog.techno-weenie.net
Clone URL: git://github.com/technoweenie/attachment_fu.git
Click here to lend your support to: attachment_fu and make a donation at www.pledgie.com !
remove some unnecessary requires
rick (author)
Wed Apr 23 18:05:14 -0700 2008
commit  f5a293a6826b9056503c32dac1840ffbae167faf
tree    cdd1e680119a0819045056e9ee899861da182deb
parent  a45d4d29a8511186f4a6076496079e899dc2052e
...
1
2
3
4
5
...
1
 
2
3
4
0
@@ -1,5 +1,4 @@
0
 require 'red_artisan/core_image/processor'
0
-require 'attachment_fu/geometry'
0
 
0
 module AttachmentFu # :nodoc:
0
   module Pixels
...
1
2
3
4
5
6
...
1
2
 
3
4
5
0
@@ -1,6 +1,5 @@
0
 require 'mojo_magick/image_resources'
0
 require 'mojo_magick/mojo_magick'
0
-require 'attachment_fu/geometry'
0
 
0
 module AttachmentFu # :nodoc:
0
   module Pixels
...
1
2
3
4
5
...
 
 
1
2
3
0
@@ -1,5 +1,3 @@
0
-require 'attachment_fu/pixels'
0
-
0
 module AttachmentFu
0
   class Tasks
0
     class Resize < AttachmentFu::Pixels::Task

Comments

    No one has commented yet.