The singular and plural forms are the same and I get an undefined_method error when trying to hit the New method.
I realize why and I'm aware that the easiest solution would be to use another name.
I'm also aware that I could create a custom inflection, but what?
The problem is that I REALLY need URLs like /series, /series/1 etc because I'm in fact modelling...wait for it...series of events.
Using "set" or "sequence" or some other synonym doesn't convey the intended meaning.
A series of events is a series not a set or sequence.
Is there a way to "alias" a model?
Should/can I use named routes?
Any help is appreciated.