Skip to content

Commit

Permalink
add current
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Sep 6, 2023
1 parent bf26fde commit 954b66a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/models/current.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class Current < ActiveSupport::CurrentAttributes
attribute :missing_value # Set by baseline
end

0 comments on commit 954b66a

Please sign in to comment.