method
each
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Result
each()public
Calls the given block once for each element in row collection, passing row as parameter.
Returns an Enumerator if no block is given.
each()Calls the given block once for each element in row collection, passing row as parameter.
Returns an Enumerator if no block is given.