You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
The README says:
I have a class like this:
– where
:first_name
and:last_name
are columns in myemployees
table.Fuzzily happily indexes the names and searches them. However any update to a record throws an error because fuzzily's
after_save
callback executes:– and the
name_changed?
method doesn't exist (and isn't created by active record).The text was updated successfully, but these errors were encountered: