mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
fix migration. Thanks Christian for fixing this
This commit is contained in:
parent
22feb7d7eb
commit
3ba7daf1d0
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ class Todo < ActiveRecord::Base
|
|||
|
||||
def render_note
|
||||
unless self.notes.nil?
|
||||
self.rendered_notes = Tracks::Utils.render_text(notes)
|
||||
self.rendered_notes = Tracks::Utils.render_text(self.notes)
|
||||
else
|
||||
self.rendered_notes = nil
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue