Method: Bmg::Relation#to_json

Defined in:
lib/bmg/relation.rb

#to_json(*args, &bl) ⇒ Object

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