method
after_create
v1.2.6 -
Show latest stable
- Class:
ActiveRecord::Callbacks
after_create()public
Is called after Base.save on new objects that haven't been saved yet (no record exists).
after_create()Is called after Base.save on new objects that haven't been saved yet (no record exists).