Skip to content

Commit

Permalink
created method swf_upload_data
Browse files Browse the repository at this point in the history
  • Loading branch information
over committed Dec 12, 2008
1 parent 782d033 commit abf613c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion init.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ActionView::Base.send(:include, SwfUploadHelper)
ActionView::Base.send(:include, SwfUploadHelper)
ActionController::Base.send(:include, SwfUpload)
5 changes: 5 additions & 0 deletions lib/swf_upload.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module SwfUpload
def swf_upload_data
params[:Filedata]
end
end

0 comments on commit abf613c

Please sign in to comment.