On Sep 4, 12:38 pm, Tal <[email protected]> wrote: > Using plugin :timestamp, :create => :created_at, :update > => :modified_at > > the update hook works just fine but it never puts in the created_at > value. Cant figure out why, I even tried :force => true.
Are you overriding before_create in your model and not calling super? Are you sure the created_at column is in the model's table? If neither of those is the case, please post/pastie your code and I'll take a look. Jeremy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
