<%= form_for @user, url: setting_path(:lightning), html: { :method => :put } do |f| %>

Notifications

<%= f.submit 'Save', class: "btn-md btn-blue w-full md:w-auto" %>

<% end %>