On Dec 13, 11:58 am, mwlang88 <[email protected]> wrote: > Does Sequel::Dataset or Sequel::Model support dirty attributes (that > is, can I tell what attributes changed in a before save callback?) > > If not, is there a simple way I can go about adding support for dirty > attributes?
Model#changed_columns is what you are looking for. 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.
