Hi, I'm new to sequel and it took me a while to figure out how to set timestamps on a model. Is this the right way? Are there any better alternative ways?
class Category < Sequel::Model(:categories) plugin :timestamps, :update_on_create => true end Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
