Hey, For a simple forum I'm writing as a learning exercise, I'd like to use the thread's id in it's slug. I had the smart idea of making a before :save hook, but at that point you don't have an id, do you? Well, setting anything in an after :save hook doesn't work, and calling save/update from within it would create an infinite loop.
I could create a method instead of a property, to pull out the id and create the slug, but this doesn't fit me, because I actually want to look up threads by slug. Any other ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
