mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-15 05:38:52 +01:00
parent
7781281243
commit
65a2a727fb
2 changed files with 10 additions and 2 deletions
|
|
@ -56,6 +56,7 @@ class NotesController < ApplicationController
|
|||
def destroy
|
||||
@note = current_user.notes.find(params['id'])
|
||||
@note.destroy
|
||||
set_source_view
|
||||
|
||||
respond_to do |format|
|
||||
format.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue