Method: ActiveRecord::Relation#pretty_print
- Defined in:
- lib/ocean-dynamo/active_record_stuff/relation.rb
#pretty_print(q) ⇒ Object
547 548 549 |
# File 'lib/ocean-dynamo/active_record_stuff/relation.rb', line 547 def pretty_print(q) q.pp(self.to_a) end |