Method: Mongoid::Association::Referenced::HasMany::Enumerable#to_json
- Defined in:
- lib/mongoid/association/referenced/has_many/enumerable.rb
#to_json(options = {}) ⇒ String
Send #to_json to the entries.
457 458 459 |
# File 'lib/mongoid/association/referenced/has_many/enumerable.rb', line 457 def to_json( = {}) entries.to_json() end |