Created
December 22, 2016 03:04
-
-
Save dusterio/659ee3746d7bb4737f298be02b1a656e to your computer and use it in GitHub Desktop.
Rails structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./app/assets | |
./app/assets/config | |
./app/assets/images | |
./app/assets/javascripts | |
./app/assets/javascripts/channels | |
./app/assets/stylesheets | |
./app/channels/application_cable | |
./app/controllers | |
./app/controllers/concerns | |
./app/helpers | |
./app/jobs | |
./app/mailers | |
./app/models | |
./app/models/concerns | |
./app/views/layouts | |
./bin | |
./config | |
./config/environments | |
./config/initializers | |
./config/locales | |
./db | |
./lib | |
./lib/assets | |
./lib/tasks | |
./log | |
./public | |
./test | |
./test/controllers | |
./test/fixtures | |
./test/fixtures/files | |
./test/helpers | |
./test/integration | |
./test/mailers | |
./test/models | |
./tmp | |
./vendor | |
./vendor/assets | |
./vendor/assets/javascripts | |
./vendor/assets/stylesheets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment