[Markaby] issue with acts_as_dropdown

I’m using Markaby to convert a standard form witth selects. Can someone tell me why this doesn’t work?

tr do td.formLabel do label “Owner” end td do select( ‘task’, ‘owner_id’, capture( Owner.to_dropdown)) end end

Can anyone help me with this? -Larry