def create
# SWFUpload upload
if params[:Filedata]
...
Ruby Huge create action
by Kevin Ansfield,
April 29, 2010 07:53,
2 refactorings, tagged with rails, paperclip, create, swf_upload
def create
# SWFUpload upload
if params[:Filedata]
...
Inherited this from an olde...