Sha256: c6eb301883c583d6e8087dcdf21d20e0772c21c2adec667be6fedad242376125

Contents?: true

Size: 242 Bytes

Versions: 1

Compression:

Stored size: 242 Bytes

Contents

<% @notifications.each do |notification| %>
<div>
  <%= render template: "notify_user/#{notification.class.name.underscore}/action_mailer/notification", locals: { notification: notification, params: notification.params } %>  
</div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notify_user-0.0.1 app/views/notify_user/action_mailer/aggregate_notification.html.erb