Class: StructuredDateSingle

Inherits:
Sequel::Model
  • Object
show all
Defined in:
backend/app/model/structured_date_single.rb

Instance Method Summary collapse

Instance Method Details

#after_createObject



10
11
12
# File 'backend/app/model/structured_date_single.rb', line 10

def after_create
  update_associated_name_forms
end

#after_updateObject



14
15
16
# File 'backend/app/model/structured_date_single.rb', line 14

def after_update
  update_associated_name_forms
end