interagent / pliny

An opinionated toolkit for writing excellent APIs in Ruby.
MIT License
802 stars 73 forks source link

schema outputted from generating scaffold doesn't do irregular plurals correctly #256

Open geemus opened 8 years ago

geemus commented 8 years ago

endpoints get proper plurals, but schemata don't (I tried with delivery and got "deliverys" in the schema).

geemus commented 8 years ago

I was going to fix it, but was having trouble tracking down how the schema portion of this works exactly.