Guest User

Untitled

a guest
Apr 25th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. def download
  2. handle_response @asset, :action => "show", :response_for_type => {:html => lambda { send_file @asset.full_filename, :type => @asset.content_type }}
  3. end
Add Comment
Please, Sign In to add comment