ruby on rails - Why does abstract model missing few ActiveRecord callbacks -


so that's abstract model:

class abstracthomeloan < loanproduct   self.abstract_class = true   after_validation :executed_ok   after_save :do_some_shit 

so first method executed normally, second 1 doesn't. why? :)


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -