Quoting Frederick Ros <[EMAIL PROTECTED]>: > Johan Sørensen wrote : > | /Users/johan/Hobix/lib/hobix/out/quick.rb:124:in `load': Error > | `undefined method `to_html' for "\"Google\":http:// > | google.com":String' in erb /path/to/skels/.... > (Hobix::Out::QuickError) > | > | The yaml line looks like this: > | quote_note: "Google":http://google.com > > This seems strange, as regarding your error it seems that you're > trying to apply the to_html method to a string ....
I think the real problem he's trying to solve is how to have @quote_note initially parsed as RedCloth rather than a String, as is already done for e.g. @content. (to which I don't know the answer offhand; I've not gotten that into custom entry classes -- yet) -mental _______________________________________________ Hobix-is-the-way mailing list [email protected] http://rubyforge.org/mailman/listinfo/hobix-is-the-way
