diff --git a/app/models/card/entropic.rb b/app/models/card/entropic.rb index d275d6d81..56066491a 100644 --- a/app/models/card/entropic.rb +++ b/app/models/card/entropic.rb @@ -1,6 +1,8 @@ module Card::Entropic extend ActiveSupport::Concern + ENTROPY_REMINDER_BEFORE = 7.days + included do scope :entropic_by, ->(period_name) do left_outer_joins(collection: :entropy_configuration) diff --git a/app/views/cards/display/preview/_bubble.html.erb b/app/views/cards/display/preview/_bubble.html.erb index 676bef94c..49ea226dd 100644 --- a/app/views/cards/display/preview/_bubble.html.erb +++ b/app/views/cards/display/preview/_bubble.html.erb @@ -1,6 +1,6 @@