Hi All,
How do I get all the actions & methods from a no. of controllers &
export it into excel.
Thanks in Advance,
Avantec
Hi All,
How do I get all the actions & methods from a no. of controllers &
export it into excel.
Thanks in Advance,
Avantec
egrep -r '^ *?def ’ /path/to/proj/app/controllers/ >
methods_and_actions.csv
On Sep 7, 10:22 pm, Avantec V. [email protected]
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs