MZaragoza
MZaragoza

Reputation: 10111

How to get to Heroku Public directort from con the console

I am trying to create a file (csv) and put it on the pubic directory so i can downloaded it I have

Model.all.to_csv > I_need_this_path 

Thanks for any help

Upvotes: 0

Views: 74

Answers (1)

Jes Chergui
Jes Chergui

Reputation: 1318

well to start off, try to type this at the command line

heroku run bash

from there on it's all unix scripting...

Upvotes: 2

Related Questions