I started a Rails app and everything works fine. But now, I would like to rename a controller and the associated model:
I wanted to change the Corps
con
And if you have model tests, you need to change:
File rename: corp_test.rb -> store_test.rb (also for controller tests, integration tests, fixture, etc.)
Code of store_test.rb: Change class CorpTest for class StoreTest.
And all the references of corp in the controller, model, integration, fixture tests.