62 63 64
# File 'lib/models/word.rb', line 62 def delete Services::DB.instance.execute('DELETE FROM words WHERE id = ?', [@id]) end