I guess nobody's tried formlet with Hobo 1.3 yet. try replacing this:
# be compatible with both Hobo 1.0 and 1.1 dryml = Hobo.const_defined?(:Dryml) ? Hobo::Dryml : Dryml with # be compatible with both Hobo 1.0 and 1.1 and 1.3 dryml = defined?(Hobo::Dryml) ? Hobo::Dryml : Dryml Bryan On 11-04-13 09:03 PM, Matt Frost wrote:
Here is the full trace: vendor/plugins/hobo-jquery/taglibs/hobo-jquery.dryml:286:in `block in formlet__base'
-- 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.
