Class: C80Contest::BidPhotosController

Inherits:
ApplicationController show all
Defined in:
app/controllers/c80_contest/bid_photos_controller.rb

Instance Method Summary collapse

Instance Method Details

#imageObject



5
6
7
8
# File 'app/controllers/c80_contest/bid_photos_controller.rb', line 5

def image
  path = "uploads/bids/#{params[:file_name]}.#{params[:ext]}"
  send_file path, :x_sendfile => true, :disposition => :inline
end