Skip to content

Instantly share code, notes, and snippets.

View kibaekr's full-sized avatar

Keith Ryu kibaekr

  • New York
  • 01:34 (UTC -04:00)
View GitHub Profile
<%= form_for @syllabus, :html => { :class => "form-horizontal" } do |f| %>
<% if @syllabus.errors.any? %>
<div id="error_explanation">
<h2><%= pluralize(@syllabus.errors.count, "error") %> prohibited this syllabus from being saved:</h2>
<ul>
<% @syllabus.errors.full_messages.each do |msg| %>
<li><%= msg %></li>
<% end %>
</ul>