How to call stored Procedure(mysql) in rails

Hello Comrades

How to call stored Procedure(mysql) in rails.

i’m using rails 3.2

@Tsolmon,

You can try this ActiveRecord::Base.connection.execute(“procedure_name”)