Update this School <%= link_to 'Back', admin_school_path(@school), class: 'btn pull-right mgn_t_5', id: 'admin_school_button' %>


<%= simple_form_for @school, url: admin_school_path(@school), html: {class: 'form-horizontal'} do |f| %> <%= f.error_notification %>
<%= f.input :name %> <%= f.input :description %> <%= f.input :address %>
<%= f.button :submit, "Update School", class: 'btn-success', id: "update_school_button" %>
<% end %>