ActiveRecord::Base.connection.execute
メソッドがどのように定義されているか知りたかったのです。
ソースコードを確認しましたが、何が起こっているのか理解できませんでした。
# Executes the SQL statement in the context of this connection.
def execute(sql, name = nil)
end
undef_method :execute
メソッドが別の場所で動的に定義されている可能性があります。メソッドが記述されている場所を見つけるにはどうすればよいですか?