Open passalini opened 10 years ago
OK, I figure out and I forgot to tell that occurs in xml templates and those templates use dash-case, no snake_case. So, I have to create two inflections, one for snake_case and other for dash-case.
I reopen the issue to know from you if you think that is correct... I didn't think, I think that rabl should do the "interpretation"
Glad you got it working but I agree it would be nice if RABL was smart enough to do this translation
So, I have the inflection
inflect.irregular 'lesson_progress', 'lessons_progresses'
but collections in rabl ignore this inflection and singularizelessons_progresses
tolessons_progress
.