Skip to content

Commit

Permalink
Fixed a code typo in README.textile
Browse files Browse the repository at this point in the history
  • Loading branch information
elandesign committed Oct 16, 2009
1 parent 1c93fec commit b25d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -14,7 +14,7 @@ And in the view

<pre><code><% semantic_form_for @task do |form| %>
<% form.inputs do %>
<%= form.input :status, :as => :enum
<%= form.input :status, :as => :enum %>
<% end %>
<% end %></code></pre>

Expand Down

0 comments on commit b25d24a

Please sign in to comment.