Class: C80Contest::BidPhotosController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- C80Contest::BidPhotosController
- Defined in:
- app/controllers/c80_contest/bid_photos_controller.rb
Instance Method Summary collapse
Instance Method Details
#image ⇒ Object
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 |