Sha256: 56390f2537ad5d814134d7f621450878f14230a897bb15e73ace45669b7d1724
Contents?: true
Size: 191 Bytes
Versions: 1
Compression:
Stored size: 191 Bytes
Contents
module RailsLiveDashboard class Current < ActiveSupport::CurrentAttributes attribute :batch_id def initialize super self.batch_id = SecureRandom.uuid end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_live_dashboard-0.2.0 | app/models/rails_live_dashboard/current.rb |