Rails 4 ActiveRecord::Base
không hỗ trợ execute_procedure
phương thức, mặc dù result = ActiveRecord::Base.connection
vẫn hoạt động. tức là
result = ActiveRecord::Base.connection.execute("call example_proc('#{arg1}','#{arg2}')")
Rails 4 ActiveRecord::Base
không hỗ trợ execute_procedure
phương thức, mặc dù result = ActiveRecord::Base.connection
vẫn hoạt động. tức là
result = ActiveRecord::Base.connection.execute("call example_proc('#{arg1}','#{arg2}')")