Skip to content

Commit

Permalink
Include Noticed::Translation in Noticed::Ephemeral
Browse files Browse the repository at this point in the history
Ooops, I should have included this in #484, sorry.
  • Loading branch information
ghiculescu authored Sep 6, 2024
1 parent 505e6c9 commit 4faf3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/noticed/ephemeral.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Ephemeral
include ActiveModel::Model
include ActiveModel::Attributes
include Noticed::Deliverable
include Noticed::Translation

attribute :record
attribute :params, default: {}
Expand Down

0 comments on commit 4faf3c8

Please sign in to comment.