I'm trying to narrow down I'm error I'm receiving and could use some help. Here's the relevant parts of the application trace paired down:
/home/henry/hobo-awesome/vendor/ruby/1.8/gems/hobo-1.0.3/lib/hobo/hobo_helper.rb:230:in `can_create?' app/views/taglibs/application.dryml:111:in `show_page__for_lease' Here's line 111 from application.dryml which is kicking off the error: <section param="add-to-collection" if="&can_create?(@lease.activities)"> The lease controller definitely does not have any method called 'set_creator' that I'm aware of, but I'm not sure why it's calling that if it's checking to see if the user can create activities for the current lease. Any thoughts on what may be going on here? Thanks, Henry -- 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.
