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
Hey, I'm currently having troubles implementing noticed into my project, my guess is due to an already existing Notification table. I simply followed the read me instructions for installing and creating a new notification. But keep getting:
Noticed::Notification.last.typeNoticed::NotificationLoad(0.8ms)SELECT`noticed_notifications`.* FROM`noticed_notifications`ORDERBY`noticed_notifications`.`id` DESCLIMIT1Invalidsingle-tableinheritancetype: ReferenceActivatedNotifier::Notificationis not asubclassofNoticed::Notification(ActiveRecord::SubclassNotFound)
I need to keep the original Notification model while we do a partial migration to noticed. I know there is another discussion with the same issue but I think the cause is different. Is there a way to fix this or is simply not supported?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm currently having troubles implementing noticed into my project, my guess is due to an already existing Notification table. I simply followed the read me instructions for installing and creating a new notification. But keep getting:
I need to keep the original Notification model while we do a partial migration to noticed. I know there is another discussion with the same issue but I think the cause is different. Is there a way to fix this or is simply not supported?
My current setup
Beta Was this translation helpful? Give feedback.
All reactions