klobuczek / active_node

ActiveRecord style Object Graph Mapping for neo4j
MIT License
14 stars 5 forks source link

Makes #to_param return a string #8

Closed aaronrenner closed 10 years ago

aaronrenner commented 10 years ago

I was running into issues with using some of the rails url helpers and tracked the issue down to #to_param returning a FixNum instead of a String. I double checked the rails guides and that method is supposed to return a string.