AllYourBot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
344 stars 165 forks source link

Use attribute default to remove some callbacks #294

Closed krschacht closed 4 months ago

krschacht commented 4 months ago

This is the old way:

before_validation :set_some_attr, on: :create

This is the new way (this PR updates to this):

attribute :attr, default: 123