Fix bug.
This commit is contained in:
parent
3bed92d2a9
commit
fa6044d451
|
@ -4,7 +4,7 @@ module BulletinModel
|
|||
extend ActiveSupport::Concern
|
||||
included do
|
||||
after_save :do_before_save
|
||||
after_destroy :do_before_save
|
||||
before_destroy :do_before_save
|
||||
end
|
||||
def do_before_save
|
||||
if self.class == SubPart
|
||||
|
|
Loading…
Reference in New Issue