nandosola / dilithium-rb

A tiny framework to power your enterprise-ish stuff in Ruby
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Fix multiple words references names #37

Closed choski7 closed 10 years ago

choski7 commented 10 years ago

Entities with multiple word names were serialized with bad key. Ex. UserPermission => userpermission_id instead of user_permission_id.