We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d0697 commit dc78b27Copy full SHA for dc78b27
app/notifiers/better_together/joatu/match_notifier.rb
@@ -13,7 +13,7 @@ class MatchNotifier < ApplicationNotifier
13
config.if = -> { recipient_has_email? && should_notify? }
14
end
15
16
- param :offer, :request
+ required_param :offer, :request
17
18
notification_methods do
19
delegate :offer, :request, to: :event
0 commit comments