Skip to content

Instantly share code, notes, and snippets.

@awd
Created October 12, 2010 19:33
Show Gist options
  • Save awd/622773 to your computer and use it in GitHub Desktop.
Save awd/622773 to your computer and use it in GitHub Desktop.
class ProgressiveController < ApplicationController
def show
respond_to do |wants|
wants.csv {
render :csv => ProgressiveContent.new, :status => :ok
}
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment