-
-
Notifications
You must be signed in to change notification settings - Fork 592
Open
Description
using rails 7.1 with composite + freindly_id will give the following error
extend FriendlyId
friendly_id :name, use: :slugged`scope_for_slug_generator': ["column_one", "column_two"] is not a symbol nor a string (TypeError)
scope.where(self.class.base_class.arel_table[primary_key_name].not_eq(send(primary_key_name)))
normally the
primary_key_name = self.class.primary_keywould return a string but with composite keys it will return an array.
so above example is
self.class.primary_key
["column_one", "column_two"]Mechetel
Metadata
Metadata
Assignees
Labels
No labels