def is_translated?
if !params[:lang].blank? and params[:lang].eq?('en')
return true
...
def download
dl_opts = params[:dl].nil? ? 'attachment' : 'inline'
dl_img = params[:type].nil? ? "" : "_#{params[:type]}"
...
Ruby Download file
Try to refactor send file code
there are too many if then ...