I have this in my model

fields do
  name :string
  url    :string
  type enum_string(:good, :bad, :ugly)
end

There is no controller for this model. The only way to create a new 
instance is in the context of an associated model, where I have this in 
new.dryml and edit.dryml

<foo-view:><input-many fields="name,url,type"/></input-many>

I was hoping to get a select menu for type but nothing appears. Is it 
possible to have an input for an EnumString in this context? Let me know if 
I am doing something wrong. Thanks!!


-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/zpYHtj5QPSoJ.
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/hobousers?hl=en.

Reply via email to