Returns a json representation
132 133 134
# File 'lib/bmg/relation.rb', line 132 def to_json(*args, &bl) to_a.to_json(*args, &bl) end