34 35 36 37
# File 'lib/eventish/active_record/callback.rb', line 34 def around_create_event(*args) event = args.shift around_create ->(_object, block) { ::Eventish.publish(event, self, block: block) }, *args end