Method: ActiveEncode::Callbacks::ClassMethods#around_create

Defined in:
lib/active_encode/callbacks.rb

#around_create(*filters, &blk) ⇒ Object



40
41
42
# File 'lib/active_encode/callbacks.rb', line 40

def around_create(*filters, &blk)
  set_callback(:create, :around, *filters, &blk)
end