Is there an easy way to namespace an existing app without editing so many files?

Viewed 16

I decided to namespace an existing app that already was using has_many_through associations on a lot of different models Now to add namespacing I have to edit nearly all files by hand Is there any easier way?

0 Answers
Related