Hey there. Thanks for this awesome library.
The Rails inflector supports user-defined acronyms, so that http_client could be transformed into HTTPClient (for example). See https://github.com/rails/rails/blob/f2489f493b794ee83a86e746b6240031acb8994e/activesupport/lib/active_support/inflector/inflections.rb#L78 for details.
I may have time in the near future to implement this. Would you accept a PR if I did?
Hey there. Thanks for this awesome library.
The Rails inflector supports user-defined acronyms, so that
http_clientcould be transformed intoHTTPClient(for example). See https://github.com/rails/rails/blob/f2489f493b794ee83a86e746b6240031acb8994e/activesupport/lib/active_support/inflector/inflections.rb#L78 for details.I may have time in the near future to implement this. Would you accept a PR if I did?