this is from my "read" controller
def story
@story = Story.find(params[:id])
@path = "http://bluemag.com/files/" + @story.filename
render :action => "story", :layout => false
end
and then this is from views/read/story.rhtml<%= render :file => @path, :layout => false %>
I get nada. Any ideas? I'm running rails 1.1.2