charliegriefer / my-whiskies

MIT License
2 stars 0 forks source link

Look into an event.listens_for on Distillery and "before_update' #122

Open charliegriefer opened 2 months ago

charliegriefer commented 2 months ago

Models file has listeners for Bottle on update and insert. Distillery only has insert.

Should it have update?

What about Bottler? Probably needs both as well.

Also, an we move these into a utils package and not rely on the listens_for hooks?