Method: PlainRecord::Model#move_entry
- Defined in:
- lib/plain_record/model.rb
#move_entry(entry, from, to) ⇒ Object
Move entry from one file to another.
See method code in Model::Entry or Model::List.
76 |
# File 'lib/plain_record/model.rb', line 76 def move_entry(entry, from, to); end |