Sha256: 5c3f7b822ba3d4e2adb6f3edccf4f55919738d6e59b7aca80672bdf8b0d4dca3
Contents?: true
Size: 244 Bytes
Versions: 28
Compression:
Stored size: 244 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
28 entries across 28 versions & 1 rubygems