A Simple Way to Decrease Complexity of Routes in Rails
Sometimes, when you are working with a large codebase, your routes.rb files grow really fast and become very dirty.
There are several things that make your routes file bigger:
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!
Sometimes, when you are working with a large codebase, your routes.rb files grow really fast and become very dirty.
There are several things that make your routes file bigger:
Post a comment