Fred-grais / transifex-interface-ruby

A Transifex API interface written in ruby
MIT License
5 stars 12 forks source link

Patch Module errors #7

Closed Habu-Kagumba closed 7 years ago

Habu-Kagumba commented 7 years ago

Rails adds a parents method on the Module class here or here. The gem explicitly checks if it's classes (Language, Project, Resource..) respond to the parents method. This would mean that it would always be truthy when using in Rails.

Fred-grais commented 7 years ago

Thanks for the update, i will merge the pull request right away