I fought hard to get rid of namespace prefixes in generated urls from namespaced models, this 'rails magic' gave me only headaches and routes duplications to maintain models correctly. I even thought about using isolated namespaces somehow. This solution resolves all my problems. Dunno why it's not documented. Thanks for sharing!
I fought hard to get rid of namespace prefixes in generated urls from namespaced models, this 'rails magic' gave me only headaches and routes duplications to maintain models correctly. I even thought about using isolated namespaces somehow. This solution resolves all my problems. Dunno why it's not documented. Thanks for sharing!