hey there,
I've been trying to do this:
<%= partial "form", :with => @article, :as => :translation %>
expecting to have the fields like:
<input id="translation_title" class="forminput text" type="text" name="
translation[title]" value=""/>
but I'am getting:
<input id="article_title" class="forminput text" type="text" name="
article[title]" value=""/>
of course @article.class == Article

then reading comments in
merb-core-1.0.9/lib/merb-core/controller/mixins/render.rb
I see I was expecting the unexpected :-)

just a comment,
joaquin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" 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/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to