<%= form_for(ActivityNotification::Subscription.new, as: :subscription, url: subscriptions_url_for(target, option_params), data: { remote: true }, namespace: :new) do |f| %>
<%= f.label :key, "Notification key" %>
<%= f.text_field :key, placeholder: "Notification key" %>
<% end %>