mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-02 22:11:48 +01:00
fix migration. Thanks Christian for fixing this
This commit is contained in:
parent
f3e6da0998
commit
8ea90504c6
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,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