Calling an Oracle stored procedure from rails

Hi all,

I have a stored procedure in an Oracle DB. What's the easiest way to call it (with an ID parameter, but I guess this doesn't matter much)?

Cheers, Peter