Displaying 1 result from an estimated 1 matches for "solid_casts".
2006 Aug 17
2
Weird routing error in 1.1.6 slash frozen on edge
So i have this route set up:
map.connect ''xml/download/:user/audio/:category/:file'', :controller =>
''xml'', :action => ''download''
I am sending the user through an xml controller as it is coming from an
RSS feed, the download action looks like this:
def download
episode = Episode.find(params[:episode])
episode.downloads