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 !
teaching an old dog... old tricks (bad rails programmer, bad)

git-svn-id: 
http://svn.techno-weenie.net/projects/plugins/attachment_fu@2557 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Thu Dec 14 11:02:27 -0800 2006
commit  69abf9cd563fb3b9783c09853365f1bafdc4a281
tree    a368e82a11f362a6b397a46b979962cc51dcd991
parent  7baca373bb1e0fc1796181fe84e3b0f06af5c6ef
...
80
81
82
83
 
84
85
86
...
80
81
82
 
83
84
85
86
0
@@ -80,7 +80,7 @@ class Geometry
0
   end
0
 end
0
 
0
-Array.class_eval do
0
+class Array
0
   # allows you to get new dimensions for the current array of dimensions with a given geometry string
0
   #
0
   # [50, 64] / '40>' # => [40, 51]

Comments

    No one has commented yet.