We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Row
SelectManager
1 parent 40316aa commit 386e2c7Copy full SHA for 386e2c7
activerecord/lib/arel/select_manager.rb
@@ -237,18 +237,6 @@ def source
237
@ctx.source
238
end
239
240
- class Row < Struct.new(:data) # :nodoc:
241
- def id
242
- data["id"]
243
- end
244
-
245
- def method_missing(name, *args)
246
- name = name.to_s
247
- return data[name] if data.key?(name)
248
- super
249
250
251
252
private
253
def collapse(exprs)
254
exprs = exprs.compact
0 commit comments