我试图在我的视图中看到我的变量编码出了什么问题.所以我启动了rails控制台并试着这样做
$rails console Loading development environment (Rails 3.2.11) irb(main):001:0> html_escape({:a=>1,:b=>"my str"}) NoMethodError: undefined method `html_escape' for main:Object
如何在rails控制台中使用h或html_escape?