Is there an easy way to rename a controller and model in my app and all the instances in the corresponding code?
I\'m using textmate, would this be as simple as using t
Yes and no. You can rename it that way, but you'll also need to rename the files as well or Rails won't know where to look for the files corresponding to the new Report model/controller/etc.