<%= form_for @ruling_weather_setting, url: update_setting_admin_ruling_weather_path(@ruling_weather_setting), html: {class: "form-horizontal main-forms previewable"} do |f| %>
<%= render :partial => "setting_form",:locals=>{:f=>f} %>
<% end %>