Closed bongole closed 12 years ago
This patch supports uploading files.
To upload file, you should write routes.rb like below:
ApiTaster.routes do post '/items', { :item => { :title => 'test', :content => :file # this generates file upload form. } } end
Very nice! Merge, thanks!
This patch supports uploading files.
To upload file, you should write routes.rb like below: