> This looks great. One quick question. How do I mix in these hobo
> fields without an ActiveRecord base class?
I guess that's not supported right now, but if you wanted the :type
=> ... feature for attr_accessor you could probably just steal that
bit from ModelExtensions.
The simple thing you can do though, is have your methods return the
right type, e.g.
return HoboFields::MarkdownString.new(foo)
Tom
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---