Method: ThingTank::Character#flush_to_doc

Defined in:
lib/thingtank/character.rb

#flush_to_docObject



139
140
141
142
143
144
# File 'lib/thingtank/character.rb', line 139

def flush_to_doc
  if changed?
    to_doc
    _character_doc.save
  end
end