On Tue, Jan 5, 2021 at 1:41 PM Mateusz Urbanski < [email protected]> wrote:
> When I use Fabrication I receive the following error: > > FrozenError: > > can't modify frozen Array: [Sequel::Model, > Sequel::Model::Associations, Sequel::Plugins::AutoValidations, > Sequel::Plugins::ValidationHelpers, Sequel::Plugins::PreparedStatements, > Sequel::Plugins::Subclasses, Sequel::Plugins::Timestamps] > > > This is because I use: > > Sequel::Model.freeze_descendents > While I don't have experience with Fabrication, I assume you want to load Fabrication before freezing. 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/CADGZSSchD0Qs34vH4aG5CDVrJbHTqxC3pkngdaeManVFjzTpDw%40mail.gmail.com.
