Single and multiple forms are the same, and I get an undefined_method error when trying to apply the New method.
I understand why, and I know that the easiest solution would be to use a different name.
I also know that I can create a custom inflection, but what?
The problem is that I really need URLs like / series, / series / 1, etc., because I am actually modeling ... wait for it ... a series of events.
Using "set" or "sequence" or another synonym does not convey the intended value.
A series of events is a series that is not a plurality or sequence.
Is there a way to "alias" the model?
Should / can I use named routes?
Any help is appreciated.
source share