<%= render :partial => 'spree/admin/shared/configuration_menu' %>

New Notification

<%= form_for @spree_notification , :url => "/admin/notifications", :html => {:method => :post} do |f| %> <%= render partial: 'form', :locals => {f: f}%> <% end %>