Skip to content

Instantly share code, notes, and snippets.

@manojmj92
Last active January 23, 2019 09:35
Show Gist options
  • Save manojmj92/83aa5472a418a39b510964afee57bae3 to your computer and use it in GitHub Desktop.
Save manojmj92/83aa5472a418a39b510964afee57bae3 to your computer and use it in GitHub Desktop.
# In the controller#action
respond_to do |format|
format.csv { send_data(generate_csv(column_names, records)) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment