Method: Megam::SnapshotsCollection#for_json
- Defined in:
- lib/megam/core/snapshots_collection.rb
#for_json ⇒ Object
93 94 95 |
# File 'lib/megam/core/snapshots_collection.rb', line 93 def for_json to_a.map { |item| item.to_s } end |