Method: Puffs::SQLRelation#method_missing
- Defined in:
- lib/relation.rb
#method_missing(method, *args, &block) ⇒ Object
138 139 140 |
# File 'lib/relation.rb', line 138 def method_missing(method, *args, &block) to_a.send(method, *args, &block) end |