On 5 January 2011 11:25, Daniel Oton <[email protected]> wrote:
> I tried withe <%= form_form, as you told me, and I have compile error
> (and nothing else of course)

Please quote the previous reply so the thread is easier to understand.

>
> If I use <% form_form, I have no compilation error and the html code.

But the example you showed that did not error has <%=  Quoting from
previous post:

> <%= form_for(@noticia) do |f| %>
>  <%= f.error_messages %>
>  <p><%= f.label :title %><br /><%= f.text_field :title %></p>
>  <p><%= f.label :description %><br /><%= f.rich_text_area :description
> %></p>
>  <p><%= f.submit 'Create' %></p>
> <% end %>

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to