Has anyone recently thought about just merging routing into the controller? ActiveRecord handles associations very well. It seems like the controller should be able to handle its own associations just as well.
Andy
Has anyone recently thought about just merging routing into the controller? ActiveRecord handles associations very well. It seems like the controller should be able to handle its own associations just as well.
Andy
Routing is not just controller associations. Routes can be also applied to models and globally across multiple scopes.