Can observe_field call another helper method?

I know it has :url and :funtion option.
I usually use it to call a controller action with :url, but I don’t know
how to make it just call another helper method.
By calling helper method, I think I can make my helper more portable.