ListActions
gem to generate a csv file with all the actions
Installation
Add this line to your application's Gemfile:
gem 'list_actions'
And then execute:
$ bundle
Or install it yourself as:
$ gem install list_actions
Usage
In your project
$ rails c
$ require "list_actions"
$ ListActions.csv
This will generate a file named "all_my_actions.csv"
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request