Method: ActiveRecord::Result#rows
- Defined in:
- activerecord/lib/active_record/result.rb
#rows ⇒ Object (readonly)
Returns the value of attribute rows.
39 40 41 |
# File 'activerecord/lib/active_record/result.rb', line 39 def rows @rows end |