On Tue, May 25, 2010 at 1:09 PM, kevinpfromnm <[email protected]> wrote: > Matt, off topic, but is there any way to assign a HoboField type to a > model method? i.e. a way to select a tag polymorphically based on > what the method is returning.
I could be wrong, but the closest you'd get (for now) is to do: attr_accessor :some_attribute, :type => :some_type and then just redefine the some_attribute method - that should leave the type information in place. --Matt Jones -- 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.
