标签: sql ruby-on-rails mongoid irb
我在项目中使用了mysql,rails4
如果我不知道真正的sql语句
我在irb或rails console中使用 to_sql
2.1.0 :006 > Model.all.to_sql => "SELECT `model_name`.* FROM `model_name`"
但我不知道irb或rails console中的show mongo查询是什么。
如何在IRB中显示mongo查询?