mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Fixed exception in preference model when todo xml api is used with show_from attribute
Signed-off-by: bsag <butshesagirl@rousette.org.uk>
This commit is contained in:
parent
b95e02e726
commit
5ee939ac47
3 changed files with 99 additions and 69 deletions
23
.gitignore
vendored
23
.gitignore
vendored
|
|
@ -1,14 +1,15 @@
|
|||
*.tmproj
|
||||
config/database.yml
|
||||
config/environment.rb
|
||||
config/deploy.rb
|
||||
log
|
||||
tmp
|
||||
db/data.yml
|
||||
db/*.sqlite3
|
||||
nbproject
|
||||
vendor/plugins/query_trace/
|
||||
db/schema.rb
|
||||
.dotest
|
||||
/.emacs-project
|
||||
config/database.yml
|
||||
config/deploy.rb
|
||||
config/environment.rb
|
||||
db/*.sqlite3
|
||||
db/data.yml
|
||||
db/schema.rb
|
||||
log
|
||||
nbproject
|
||||
public/javascripts/cache
|
||||
public/stylesheets/cache
|
||||
public/stylesheets/cache
|
||||
tmp
|
||||
vendor/plugins/query_trace/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue