problem is, new link doesn't show up when I have the bidder_is? acting_user on create_permitted?
got this setup (equivalent): http://gist.github.com/406754 when I replace bidder_is? acting_user with true, the link shows up but the new form includes the bidder field. I thought it might be an association name thing so I've tried it with association as user as well as the variants that are equivalent to bidder_is? acting_user (ie bidder == acting_user, bidder_id == acting_user.id, etc.) putting in a <%= can_create? this %> (or creatable_by? current_user) at the point it would add a link shows true. -- 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.
