When to create a new controller in rails
UPDATE: I highly recommend reading How DHH Organizes His Rails Controllers which pretty much explains it much better than my original answer. I think the question would be more suitable if you’d put it another way: Why do we need model (AR in this case) for every controller? And the answer of course is, you … Read more