Method: ActiveEncode::Callbacks::ClassMethods#around_purge
- Defined in:
- lib/active_encode/callbacks.rb
#around_purge(*filters, &blk) ⇒ Object
64 65 66 |
# File 'lib/active_encode/callbacks.rb', line 64 def around_purge(*filters, &blk) set_callback(:purge, :around, *filters, &blk) end |