I add created_at and updated_at fields to all tables via before_create and before_update on Sequel::Model. Works great.
I now have a many_to_many relationship with its associated join table. Again this all works fine. However, in the case of the join table, the two *_at fields are not touched. Is there a way to have these fields touched on creation and update? Thanks. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/NpXcaR4AQHsJ. 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.
