Skip to content

Commit

Permalink
Another README fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Justin French <justin@indent.com.au>
  • Loading branch information
josevalim authored and justinfrench committed Mar 27, 2009
1 parent 857cc41 commit 41a6754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -162,9 +162,9 @@ Nested forms (Rails 2.3) are also supported. You can do it in the Rails way:
<% semantic_form_for @post do |form| %>
<%= form.inputs :title, :body, :created_at %>

<%= form.semantic_fields_for :author do |author| %>
<% form.semantic_fields_for :author do |author| %>
<%= author.inputs :first_name, :last_name, :name => 'Author' %>
<%= end %>
<% end %>

<%= form.buttons %>
<% end %>
Expand Down

0 comments on commit 41a6754

Please sign in to comment.