Module: Apartment::ActiveJob

Extended by:
ActiveSupport::Concern
Defined in:
lib/apartment/active_job.rb,
lib/apartment/active_job/version.rb

Constant Summary collapse

VERSION =
"0.0.1"

Instance Method Summary collapse

Instance Method Details

#serializeObject



13
14
15
# File 'lib/apartment/active_job.rb', line 13

def serialize
  super.merge('tenant' => Apartment::Tenant.current)
end