I'm trying to override hobo's default input for the :string field on a
specific field on a specific model.
<def tag="input" for="GroupModel.model_name">
<select-input options="&(Object.subclasses_of ActiveRecord::Base).map {|x| x
= x.name}"/>
</def>
pretty self-explanatory I think, but I get
undefined local variable or method `input__for_group_model' for
#<Module:0xaec1b60>
halp?
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" 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/hobousers?hl=en.