Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliendargelos/rails-snippets
https://github.com/juliendargelos/rails-snippets
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliendargelos/rails-snippets
- Owner: juliendargelos
- Created: 2016-11-07T17:07:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T14:35:12.000Z (about 8 years ago)
- Last Synced: 2024-11-11T05:39:07.722Z (2 months ago)
- Language: Ruby
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails snippets
> Fichiers utiles dans un projet rails.
**C O D E I N S T A B L E**
## [Concerns](https://github.com/juliendargelos/Rails-snippets/tree/master/concerns)
> Les fichiers sont à placer dans `app/models/concerns`
## [Helpers](https://github.com/juliendargelos/Rails-snippets/tree/master/helpers)
> Les fichiers sont à placer dans `app/helpers`
## [Initializers](https://github.com/juliendargelos/Rails-snippets/tree/master/initializers)
> Les fichiers sont à placer dans `config/initializers`