On Sun, Oct 29, 2023 at 3:40 AM bee...@gmail.com <beer...@gmail.com> wrote:

> For some reason I can't get the validation_helpers to load:
>
>
> In the models loader:
> *Sequel::Model.plugin :validation_helpers*
>
> Models are loaded after helpers.  Inside the class that's been working:
> *plugin :validation_helpers*
>
> Error:
> *undefined method `before_validation' for Carrier:Class*
>
> It seems like everything is in order, however it isn't loading.  What
> should I be checking?
>

Sequel doesn't support that by default.  However, you can use the
hook_class_methods plugin if you want that feature.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sequel-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/CADGZSSefRwJ4i7AEzR03z5NLTg5Es0XD0sfFXSg658NJNtvTVA%40mail.gmail.com.

Reply via email to