We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52b3e4 commit c0269b1Copy full SHA for c0269b1
1 file changed
frameworks/Ruby/grape/hello_world.rb
@@ -48,7 +48,7 @@ def rand1
48
get '/query' do
49
ActiveRecord::Base.with_connection do
50
ALL_IDS.sample(bounded_queries).map do |id|
51
- World.find(id)
+ World.find(id).attributes
52
end
53
54
0 commit comments