Organizing your Ruby On Rails models
Are you frustrated when you look at your models, and everything is all over the place? Get your team to use a uniform organizational style for all your Ruby on Rails models with this simple trick.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Are you frustrated when you look at your models, and everything is all over the place? Get your team to use a uniform organizational style for all your Ruby on Rails models with this simple trick.
Comments
tks for your post. I did this gem based on it. https://github.com/Nguyenanh/block_templates
Post a comment