Class: CouchPotato::Persistence::InlineCollection
- Inherits:
-
Collection
- Object
- Collection
- CouchPotato::Persistence::InlineCollection
- Defined in:
- lib/couch_potato/persistence/inline_collection.rb
Instance Method Summary collapse
Instance Method Details
#to_json(*args) ⇒ Object
7 8 9 |
# File 'lib/couch_potato/persistence/inline_collection.rb', line 7 def to_json(*args) @items.to_json(*args) end |