通过Rails调用存储过程?

如何通过rails代码访问在Mysql中创建的存储过程? 我目前正在使用以下版本的rails应用程序: –

Rails 2.1.0
Ruby Enterprise Edition 2010.01

谢谢….

试试这个:ActiveRecord :: Base.connection.execute(“call sp_name(param1,param2,…..)”)