public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Added RDoc to request.rb
markbates (author)
Fri Apr 25 11:02:25 -0700 2008
commit  7692129952f63cb36e9a4eb486be66736eb7c309
tree    0dbf45596a070e4ee6fa438cb2add61ca56a9156
parent  a9800b7a5fb5b2cfd60d2980b3b6d8b7252c64f5
...
71
72
73
 
74
75
76
...
71
72
73
74
75
76
77
0
@@ -71,6 +71,7 @@ module Mack
0
       end
0
     end
0
     
0
+ # Returns a Mack::Request::UploadedFile object.
0
     def file(key)
0
       ivar_cache("file_#{key}") do
0
         Mack::Request::UploadedFile.new(params(key))

Comments

    No one has commented yet.