Class: ActiveRecord::Relation
- Inherits:
-
Object
- Object
- ActiveRecord::Relation
- Defined in:
- lib/appdev_support/active_record/relation/to_s.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
3 4 5 6 7 |
# File 'lib/appdev_support/active_record/relation/to_s.rb', line 3 def to_s row_count = count "#{self.class} (array with #{row_count} #{model} #{"instance".pluralize(row_count)} inside)" end |