RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: tmaximini
Site: www.trianglecollective.com
want to know that as well... did you find a solution?
Does anybody know how I can rename the .xls file when using
respond_to do |format| format.html format.xls end
The file is always called as the controller actions... thanks !
want to know that as well... did you find a solution?
Does anybody know how I can rename the .xls file when using
respond_to do |format|
format.html
format.xls
end
The file is always called as the controller actions...
thanks !