Andrés Felipe Clavijo Giraldo

Joined

1,810 Experience
18 Lessons Completed
0 Questions Solved

Activity

Posted in Dynamic Single Table Inheritance with Rails Discussion

Hello Benoit, I'm not sure but with this I have solved this problem
def self.inherited(notifier)
notifier.const_set :Notification, Class.new(::Notification)
super
end